Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.commons.dbcp

Classes in org.apache.commons.dbcp used by org.apache.commons.dbcp
AbandonedConfig
          Deprecated. This will be removed in a future version of DBCP.
AbandonedObjectPool
          Deprecated. This will be removed in a future version of DBCP.
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 java.sql.Connections.
DelegatingConnection
          A base delegating implementation of java.sql.Connection.
DelegatingPreparedStatement
          A base delegating implementation of java.sql.PreparedStatement.
DelegatingStatement
          A base delegating implementation of java.sql.Statement.
PoolableConnectionFactory
          A org.apache.commons.pool.PoolableObjectFactory that creates PoolableConnections.
PoolingDriver
          A java.sql.Driver implementation that obtains java.sql.Connections from a registered org.apache.commons.pool.ObjectPool.
TestBasicDataSource
          TestSuite for BasicDataSource
TestConnectionPool
          Base test suite for DBCP pools.
TesterStatement
          A dummy java.sql.Statement, for testing purposes.