Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.PStmtKey
-
Packages that use PStmtKey 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 PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2
Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return PStmtKey Modifier and Type Method Description protected PStmtKeyPoolingConnection. createKey(String sql)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, int autoGeneratedKeys)protected PStmtKeyPoolingConnection. createKey(String sql, int[] columnIndexes)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, String[] columnNames)Creates a PStmtKey for the given arguments.protected PStmtKeyPoolingConnection. createKey(String sql, PoolingConnection.StatementType statementType)Creates a PStmtKey for the given arguments.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey 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.PooledObject<DelegatingPreparedStatement>PoolingConnection. makeObject(PStmtKey key)KeyedPooledObjectFactorymethod for creatingPoolablePreparedStatements orPoolableCallableStatements.voidPoolingConnection. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)booleanPoolingConnection. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)KeyedPooledObjectFactorymethod for validating pooled statements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKey Modifier and Type Method Description voidPoolingConnection. setStatementPool(KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool)Sets the prepared statement pool.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PStmtKey Constructor Description PoolableCallableStatement(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection)Constructor.Constructor parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKey Constructor Description PoolableCallableStatement(CallableStatement callableStatement, PStmtKey key, KeyedObjectPool<PStmtKey,DelegatingPreparedStatement> pool, DelegatingConnection<Connection> connection)Constructor. -
Uses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of PStmtKey in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter Modifier and Type Class Description classPStmtKeyCPDSDeprecated.UsePStmtKey.
-