| Interface | Description |
|---|---|
| ConnectionCallback |
The class which implements this interface is used as callback to rebuild the
JDBC URL based on input parameters
|
| ConnectionFactory |
ConnectionFactory provides an interface for getting JDBC connection.
|
| ConnectionProvider<C extends ConnectionParams> |
A strategy for obtaining JDBC connections.
|
| JdbcConnectionWrapper | |
| SessionConnectionProvider<C extends ConnectionParams> |
The ConnectionProvider which links connections to the current session.
|
| TransactionMonitor |
The purpose of this class is to ensure that the transaction processes completed or, if an error occurs, to take appropriate actions.
|
| UrlParser |
The instance of this class parses the URLs.
|
| Class | Description |
|---|---|
| AliasConnectionProvider |
The ConnectionProvider implementation which uses Alias as a ConnectionParams
|
| AliasSessionConnectionProvider |
The implementation of the SessionConnectionProvider which uses Alias as a ConnectionParams.
|
| BaseConnectionCallback |
The base implementation of the
ConnectionCallback |
| ConnectionFactoryWrapper |
The implementation of the ConnectionFactory which always returns the same
connection.
|
| DummyConnectionFactory |
DummyConnectionFactory always returns connection which was passed to it in the constructor.
|
| GenericConnectionFactory |
The default implementation of the ConnectionFactory interface.
|
| GenericUrlParser |
This class parsers any URL.
|
| JdbcUrlParser |
This class parsers JDBC URL.
|
| PooledAliasConnectionProvider |
The AliasConnectionProvider which uses configurable connections pool.
|
| SshConnection |
A wrapper for the
Connection interface which implements JDBC
connection over SSH tunnel. |
| SshTunnel |
SshTunnel
|
| StreamingConnection |
A wrapper for the
Connection interface which implements JDBC
connection that enforces constraints such as fetchSize, maxRows and
maxFieldSize. |
Copyright © 2010-2020 Toolsverse. All Rights Reserved.