Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.DelegatingPreparedStatement
-
Packages that use DelegatingPreparedStatement 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.org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2 Modifier and Type Class Description classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classPoolableCallableStatementADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classPoolablePreparedStatement<K>ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type DelegatingPreparedStatement Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PoolableCallableStatement. poolTheKeyedObjectPoolfrom which this CallableStatement was obtained.private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PoolingConnection. pstmtPoolPool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type DelegatingPreparedStatement Modifier and Type Method Description PooledObject<DelegatingPreparedStatement>PoolingConnection. makeObject(PStmtKey key)KeyedPooledObjectFactorymethod for creatingPoolablePreparedStatements orPoolableCallableStatements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatement Modifier and Type Method Description voidPoolingConnection. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for activating pooled statements.voidPoolingConnection. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for destroying PoolablePreparedStatements and PoolableCallableStatements.voidPoolingConnection. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)voidPoolingConnection. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool)Sets the prepared statement pool.booleanPoolingConnection. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for validating pooled statements.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type DelegatingPreparedStatement Constructor Description PoolableCallableStatement(java.sql.CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<java.sql.Connection> connection)Constructor. -
Uses of DelegatingPreparedStatement in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type parameters of type DelegatingPreparedStatement Modifier and Type Field Description private KeyedObjectPool<PStmtKey,DelegatingPreparedStatement>PooledConnectionImpl. pStmtPoolMy pool ofPreparedStatements.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter that return types with arguments of type DelegatingPreparedStatement Modifier and Type Method Description PooledObject<DelegatingPreparedStatement>PooledConnectionImpl. makeObject(PStmtKey key)MyKeyedPooledObjectFactorymethod for creatingPreparedStatements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with type arguments of type DelegatingPreparedStatement Modifier and Type Method Description voidPooledConnectionImpl. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for activatingPreparedStatements.voidPooledConnectionImpl. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for destroyingPreparedStatements.voidPooledConnectionImpl. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for passivatingPreparedStatements.voidPooledConnectionImpl. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> statementPool)booleanPooledConnectionImpl. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)MyKeyedPooledObjectFactorymethod for validatingPreparedStatements.
-