Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingStatement
Packages that use DelegatingStatement
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of DelegatingStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingStatement in org.datanucleus.store.rdbms.datasource.dbcp2Modifier 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.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type DelegatingStatementModifier and TypeMethodDescriptionprivate void
DelegatingConnection.initializeStatement
(DelegatingStatement ds)