Uses of Class
org.apache.commons.dbcp2.DelegatingStatement
-
Uses of DelegatingStatement in org.apache.commons.dbcp2
Modifier and TypeClassDescriptionclass
A base delegating implementation ofCallableStatement
.class
A base delegating implementation ofPreparedStatement
.class
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.class
ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.