Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » cpdsadapter »

org.apache.commons.dbcp.cpdsadapter

Classes:

ConnectionImpl   This class is the Connection that will be returned from PooledConnectionImpl.getConnection() code | html
DriverAdapterCPDS  

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

code | html
PoolablePreparedStatementStub   A PoolablePreparedStatement stub since activate and passivate are declared protected and we need to be able to call them within this package.  code | html
PooledConnectionImpl   Implementation of PooledConnection that is returned by PooledConnectionDataSource.  code | html
PooledConnectionImpl.PStmtKey   A key uniquely identifying {*link PreparedStatement}s.  code | html