See: Description
Interface | Description |
---|---|
BasicDataSourceMXBean |
Defines the methods that will be made available via JMX.
|
ConnectionFactory |
Abstract factory interface for creating
Connection s. |
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 CallableStatement s. |
PoolableConnection |
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
PoolableConnectionFactory |
A
PooledObjectFactory that creates
PoolableConnection s. |
PoolablePreparedStatement<K> |
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
PoolingConnection |
A
DelegatingConnection that pools PreparedStatement s. |
PoolingDataSource<C extends Connection> | |
PoolingDriver | |
PStmtKey |
A key uniquely identifying
PreparedStatement s. |
SwallowedExceptionLogger |
Class for logging swallowed exceptions.
|
Utils |
Utility methods.
|
Enum | Description |
---|---|
PoolingConnection.StatementType |
The possible statement types.
|
Copyright © 2019. All rights reserved.