Package io.github.jdbcx.prql
Class PrqlDriverExtension
java.lang.Object
io.github.jdbcx.prql.PrqlDriverExtension
- All Implemented Interfaces:
DriverExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateListener(Connection conn, String url, Properties props) Creates a connection listener.getOptions(Properties props) Gets options available for this extension.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
-
Constructor Details
-
PrqlDriverExtension
public PrqlDriverExtension()
-
-
Method Details
-
getOptions
Description copied from interface:DriverExtensionGets options available for this extension.- Specified by:
getOptionsin interfaceDriverExtension- Parameters:
props- optional connection properties, could be null- Returns:
- non-null options for this extension
-
createListener
Description copied from interface:DriverExtensionCreates a connection listener.- Specified by:
createListenerin interfaceDriverExtension- Parameters:
conn- connection to listenurl- connection stringprops- connection properties- Returns:
- non-null connection listener
-