Uses of Class
org.apache.commons.dbcp.DelegatingPreparedStatement
-
Packages that use DelegatingPreparedStatement Package Description org.apache.commons.dbcp Database Connection Pool API. -
-
Uses of DelegatingPreparedStatement in org.apache.commons.dbcp
Subclasses of DelegatingPreparedStatement in org.apache.commons.dbcp Modifier and Type Class Description class
DelegatingCallableStatement
A base delegating implementation ofCallableStatement
.class
PoolableCallableStatement
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
PoolablePreparedStatement
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.
-