Package io.github.jdbcx.impl
Class DefaultDriverExtension
java.lang.Object
io.github.jdbcx.impl.DefaultDriverExtension
- All Implemented Interfaces:
DriverExtension
-
Method Summary
Modifier and TypeMethodDescriptionstatic final DriverExtensiongetOptions(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
createListener, getConfig, getDefaultConfig, getDefaultOptions
-
Method Details
-
getInstance
-
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
-