Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingCallableStatement
-
Packages that use DelegatingCallableStatement Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of DelegatingCallableStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingCallableStatement in org.datanucleus.store.rdbms.datasource.dbcp2 Modifier and Type Class Description class
PoolableCallableStatement
ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.
-