|
|||||||||
| Home >> All >> org >> apache >> commons >> dbcp >> [ cpdsadapter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
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. |
|
|||||||||
| Home >> All >> org >> apache >> commons >> dbcp >> [ cpdsadapter overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||