Package io.github.jdbcx.driver
Class DefaultDriverExtension
java.lang.Object
io.github.jdbcx.driver.DefaultDriverExtension
- All Implemented Interfaces:
DriverExtension,Comparable<DriverExtension>
-
Field Summary
Fields inherited from interface io.github.jdbcx.DriverExtension
DEFAULT_JDBC_TABLE_TYPE, JDBC_TABLE_FIELDS, PROPERTY_BRIDGE_TOKEN, PROPERTY_BRIDGE_URL, PROPERTY_PATH, PROPERTY_PRODUCT, PROPERTY_USER -
Method Summary
Modifier and TypeMethodDescriptionList<io.github.jdbcx.Option> Gets 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
compareTo, createListener, getAliases, getConfig, getConfig, getConnection, getDefaultConfig, getDescription, getName, getOptions, getSchemas, getTables, getUsage, requiresBridgeContext, supportsDirectQuery, supportsInspection, supportsNoArguments
-
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
-