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

Quick Search    Search Deep

Package org.apache.commons.dbcp.cpdsadapter

Class Summary
ConnectionImpl This class is the Connection that will be returned from PooledConnectionImpl.getConnection().
DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation of javax.sql.ConnectionPoolDataSource, but still include a java.sql.DriverManager implementation.
PoolablePreparedStatementStub A org.apache.commons.dbcp.PoolablePreparedStatement stub since activate and passivate are declared protected and we need to be able to call them within this package.
PooledConnectionImpl Implementation of PooledConnection that is returned by PooledConnectionDataSource.