Package io.github.jdbcx.extension
Class VarsDriverExtension
java.lang.Object
io.github.jdbcx.extension.VarsDriverExtension
- All Implemented Interfaces:
DriverExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateListener(QueryContext context, Connection conn, Properties props) Creates a connection listener.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jdbcx.DriverExtension
getConfig, getDefaultConfig, getDefaultOptions, getOptions, supportsDirectQuery
-
Constructor Details
-
VarsDriverExtension
public VarsDriverExtension()
-
-
Method Details
-
getAliases
- Specified by:
getAliasesin interfaceDriverExtension
-
createListener
Description copied from interface:DriverExtensionCreates a connection listener.- Specified by:
createListenerin interfaceDriverExtension- Parameters:
context- query contextconn- connection to listenprops- connection properties, usually tailored for this extension- Returns:
- non-null connection listener
-