|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegatingConnection | |
org.apache.commons.dbcp | Database Connection Pool API. |
Uses of DelegatingConnection in org.apache.commons.dbcp |
Subclasses of DelegatingConnection in org.apache.commons.dbcp | |
class |
PoolableConnection
A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when
closed. |
class |
PoolingConnection
A DelegatingConnection that pools PreparedStatement s. |
Fields in org.apache.commons.dbcp declared as DelegatingConnection | |
protected org.apache.commons.dbcp.DelegatingConnection |
DelegatingCallableStatement._conn
The connection that created me. |
protected org.apache.commons.dbcp.DelegatingConnection |
DelegatingPreparedStatement._conn
The connection that created me. |
protected org.apache.commons.dbcp.DelegatingConnection |
DelegatingStatement._conn
The connection that created me. |
Constructors in org.apache.commons.dbcp with parameters of type DelegatingConnection | |
DelegatingCallableStatement(org.apache.commons.dbcp.DelegatingConnection c,
CallableStatement s)
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. |
|
DelegatingPreparedStatement(org.apache.commons.dbcp.DelegatingConnection c,
PreparedStatement s)
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. |
|
DelegatingStatement(org.apache.commons.dbcp.DelegatingConnection c,
Statement s)
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |