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 PStmtKey
PoolingConnection. createKey(String sql)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, int autoGeneratedKeys)
protected PStmtKey
PoolingConnection. createKey(String sql, int[] columnIndexes)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. createKey(String sql, String[] columnNames)
Creates a PStmtKey for the given arguments.protected PStmtKey
PoolingConnection. 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 void
PoolingConnection. activateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for activating pooled statements.void
PoolingConnection. destroyObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for destroying PoolablePreparedStatements and PoolableCallableStatements.PooledObject<DelegatingPreparedStatement>
PoolingConnection. makeObject(PStmtKey key)
KeyedPooledObjectFactory
method for creatingPoolablePreparedStatement
s orPoolableCallableStatement
s.void
PoolingConnection. passivateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
boolean
PoolingConnection. validateObject(PStmtKey key, PooledObject<DelegatingPreparedStatement> pooledObject)
KeyedPooledObjectFactory
method for validating pooled statements.Method parameters in org.datanucleus.store.rdbms.datasource.dbcp2 with type arguments of type PStmtKey Modifier and Type Method Description void
PoolingConnection. 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 class
PStmtKeyCPDS
Deprecated.UsePStmtKey
.
-