See: Description
| Interface | Description |
|---|---|
| BasicDataSourceMXBean |
Defines the methods that will be made available via JMX.
|
| ConnectionFactory |
Abstract factory interface for creating
Connections. |
| PoolableConnectionMXBean |
Defines the attributes and methods that will be exposed via JMX for
PoolableConnection instances. |
| Class | Description |
|---|---|
| AbandonedTrace |
Tracks db connection usage for recovering and reporting
abandoned db connections.
|
| BasicDataSource |
Basic implementation of
javax.sql.DataSource that is
configured via JavaBeans properties. |
| BasicDataSourceFactory |
JNDI object factory that creates an instance of
BasicDataSource that has been configured based on the
RefAddr values of the specified Reference, which
must match the names and data types of the BasicDataSource bean
properties with the following exceptions: |
| Constants |
Constants for use with JMX
|
| DataSourceConnectionFactory |
A
DataSource-based implementation of ConnectionFactory. |
| DelegatingCallableStatement |
A base delegating implementation of
CallableStatement. |
| DelegatingConnection<C extends Connection> |
A base delegating implementation of
Connection. |
| DelegatingDatabaseMetaData |
A base delegating implementation of
DatabaseMetaData. |
| DelegatingPreparedStatement |
A base delegating implementation of
PreparedStatement. |
| DelegatingResultSet |
A base delegating implementation of
ResultSet. |
| DelegatingStatement |
A base delegating implementation of
Statement. |
| DriverConnectionFactory |
A
Driver-based implementation of ConnectionFactory. |
| DriverManagerConnectionFactory |
A
DriverManager-based implementation of ConnectionFactory. |
| PoolableCallableStatement |
A
DelegatingCallableStatement that cooperates with
PoolingConnection to implement a pool of CallableStatements. |
| PoolableConnection |
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
| PoolableConnectionFactory |
A
PooledObjectFactory that creates
PoolableConnections. |
| PoolablePreparedStatement<K> |
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatements. |
| PoolingConnection |
A
DelegatingConnection that pools PreparedStatements. |
| PoolingDataSource<C extends Connection> | |
| PoolingDriver | |
| PStmtKey |
A key uniquely identifying
PreparedStatements. |
| SwallowedExceptionLogger |
Class for logging swallowed exceptions.
|
| Utils |
Utility methods.
|
| Enum | Description |
|---|---|
| PoolingConnection.StatementType |
The possible statement types.
|
Copyright © 2019. All rights reserved.