Uses of Package
org.apache.commons.dbcp

Packages that use org.apache.commons.dbcp
org.apache.commons.dbcp Database Connection Pool API. 
org.apache.commons.dbcp.managed   
 

Classes in org.apache.commons.dbcp used by org.apache.commons.dbcp
AbandonedConfig
          Deprecated. This will be removed in a future version of DBCP.
AbandonedTrace
          Deprecated. This will be removed in a future version of DBCP.
ConnectionFactory
          Abstract factory interface for creating Connections.
DelegatingConnection
          A base delegating implementation of Connection.
DelegatingPreparedStatement
          A base delegating implementation of PreparedStatement.
DelegatingStatement
          A base delegating implementation of Statement.
 

Classes in org.apache.commons.dbcp used by org.apache.commons.dbcp.managed
AbandonedTrace
          Deprecated. This will be removed in a future version of DBCP.
BasicDataSource
          Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
ConnectionFactory
          Abstract factory interface for creating Connections.
DelegatingConnection
          A base delegating implementation of Connection.
PoolingDataSource
          A simple DataSource implementation that obtains Connections from the specified ObjectPool.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.