Library:Apache Jakarta Commons DBCP
Version:1.2.1
Compatibility:JDK 1.4
Classes in library Apache Jakarta Commons DBCP.
NamePackageDescription
AbandonedConfigorg.apache.commons.dbcpConfiguration settings for handling abandoned db connections.
AbandonedObjectPoolorg.apache.commons.dbcp

An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections.

AbandonedTraceorg.apache.commons.dbcpTracks db connection usage for recovering and reporting abandoned db connections.
BasicDataSourceorg.apache.commons.dbcp

Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.

BasicDataSourceFactoryorg.apache.commons.dbcp

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.

ConstructorUtilorg.apache.commons.joclMiscellaneous Constructor related utility functions.
DataSourceConnectionFactoryorg.apache.commons.dbcpA DataSource -based implementation of ConnectionFactory .
DelegatingCallableStatementorg.apache.commons.dbcpA base delegating implementation of CallableStatement .
DelegatingConnectionorg.apache.commons.dbcpA base delegating implementation of Connection .
DelegatingPreparedStatementorg.apache.commons.dbcpA base delegating implementation of PreparedStatement .
DelegatingResultSetorg.apache.commons.dbcpA base delegating implementation of ResultSet .
DelegatingStatementorg.apache.commons.dbcpA base delegating implementation of Statement .
DriverAdapterCPDSorg.apache.commons.dbcp.cpdsadapter

An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource , but still include a DriverManager implementation.

DriverConnectionFactoryorg.apache.commons.dbcpA Driver -based implementation of ConnectionFactory .
DriverManagerConnectionFactoryorg.apache.commons.dbcpA DriverManager -based implementation of ConnectionFactory .
InstanceKeyDataSourceorg.apache.commons.dbcp.datasources

The base class for SharedPoolDataSource and PerUserPoolDataSource.

JOCLContentHandlerorg.apache.commons.joclA ContentHandler for the Java Object Configuration Language.
PerUserPoolDataSourceorg.apache.commons.dbcp.datasources

A pooling DataSource appropriate for deployment within J2EE environment.

PerUserPoolDataSourceFactoryorg.apache.commons.dbcp.datasourcesA JNDI ObjectFactory which creates SharedPoolDataSources
PoolableConnectionorg.apache.commons.dbcpA delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnectionFactoryorg.apache.commons.dbcpA PoolableObjectFactory that creates PoolableConnection s.
PoolablePreparedStatementorg.apache.commons.dbcpA DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatement s.
PoolingConnectionorg.apache.commons.dbcpA DelegatingConnection that pools PreparedStatement s.
PoolingDataSourceorg.apache.commons.dbcpA simple DataSource implementation that obtains Connection s from the specified ObjectPool .
PoolingDriverorg.apache.commons.dbcpA Driver implementation that obtains Connection s from a registered ObjectPool .
SharedPoolDataSourceorg.apache.commons.dbcp.datasourcesA pooling DataSource appropriate for deployment within J2EE environment.
SharedPoolDataSourceFactoryorg.apache.commons.dbcp.datasourcesA JNDI ObjectFactory which creates SharedPoolDataSources
Search