| Interface | Description |
|---|---|
| AcceptsUrlFunc | |
| ConnectionBoundObject |
Implemented by a wrapper object whose validity depends on the connection that was current when the
object was created (a
Statement, ResultSet or DatabaseMetaData wrapper). |
| ConnectionPlugin |
Interface for connection plugins.
|
| ConnectionPluginFactory |
Interface for plugin factories.
|
| ConnectionPluginManager.NotifyPluginPipeline<E extends java.lang.Exception> |
Pipeline used by the notify* methods.
|
| ConnectionPluginManager.PluginChainJdbcCallable<T,E extends java.lang.Exception> | |
| ConnectionPluginManager.PluginPipeline<T,E extends java.lang.Exception> | |
| ConnectionProvider |
Implement this interface in order to handle the physical connection creation process.
|
| ConnectionProviderManager.ConnectionInitFunc | |
| HikariPoolConfigurator | |
| HikariPoolMapping | |
| HostSelector | |
| JdbcCallable<T,E extends java.lang.Exception> | |
| JdbcRunnable<E extends java.lang.Exception> | |
| PluginManagerService | |
| PluginService |
Interface for retrieving the current active
Connection and its HostSpec. |
| PooledConnectionProvider | |
| Rebindable |
Implemented by a statement wrapper whose underlying (target) statement can be re-created on a
different physical
Connection. |
| Enum | Description |
|---|---|
| HostRole | |
| JdbcMethod | |
| NodeChangeOptions | |
| OldConnectionSuggestedAction |