Package io.github.jdbcx.driver
Class DefaultDriverExtension
java.lang.Object
io.github.jdbcx.driver.DefaultDriverExtension
- All Implemented Interfaces:
DriverExtension
-
Method Summary
Modifier and TypeMethodDescriptionGets the default configuration options supported by this extension.static final DriverExtensionMethods 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, getAliases, getConfig, getDefaultConfig, getOptions, supportsDirectQuery
-
Method Details
-
getInstance
-
getDefaultOptions
Description copied from interface:DriverExtensionGets the default configuration options supported by this extension.- Specified by:
getDefaultOptionsin interfaceDriverExtension- Returns:
- non-null default options
-