Package | Description |
---|---|
org.apache.commons.dbcp |
Database Connection Pool API.
|
org.apache.commons.dbcp.cpdsadapter |
This package contains one public class which is a
ConnectionPoolDataSource (CPDS) implementation that can be used to
adapt older Driver based jdbc implementations. |
org.apache.commons.dbcp.managed |
This package provides support for pooling of ManagedConnections.
|
Class and Description |
---|
AbandonedConfig
Configuration settings for handling abandoned db connections.
|
AbandonedTrace
Tracks db connection usage for recovering and reporting
abandoned db connections.
|
ConnectionFactory
Abstract factory interface for creating
Connection s. |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement . |
DelegatingConnection
A base delegating implementation of
Connection . |
DelegatingPreparedStatement
A base delegating implementation of
PreparedStatement . |
DelegatingStatement
A base delegating implementation of
Statement . |
PoolableConnectionFactory
A
PoolableObjectFactory that creates
PoolableConnection s. |
Class and Description |
---|
AbandonedTrace
Tracks db connection usage for recovering and reporting
abandoned db connections.
|
DelegatingConnection
A base delegating implementation of
Connection . |
DelegatingPreparedStatement
A base delegating implementation of
PreparedStatement . |
DelegatingStatement
A base delegating implementation of
Statement . |
PoolablePreparedStatement
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
Class and Description |
---|
AbandonedConfig
Configuration settings for handling abandoned db connections.
|
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. |
ConnectionFactory
Abstract factory interface for creating
Connection s. |
DelegatingConnection
A base delegating implementation of
Connection . |
PoolableConnection
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
PoolableConnectionFactory
A
PoolableObjectFactory that creates
PoolableConnection s. |
PoolingDataSource
A simple
DataSource implementation that obtains
Connection s from the specified ObjectPool . |