Uses of Enum
org.datanucleus.store.rdbms.datasource.dbcp2.PoolingConnection.StatementType
Packages that use PoolingConnection.StatementType
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of PoolingConnection.StatementType in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as PoolingConnection.StatementTypeModifier and TypeFieldDescriptionprivate final PoolingConnection.StatementType
PStmtKey.statementType
Statement type, prepared or callable.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return PoolingConnection.StatementTypeModifier and TypeMethodDescriptionPStmtKey.getStmtType()
The SQL statement type.Returns the enum constant of this type with the specified name.static PoolingConnection.StatementType[]
PoolingConnection.StatementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolingConnection.StatementTypeModifier and TypeMethodDescriptionprotected 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, PoolingConnection.StatementType statementType) Creates a PStmtKey for the given arguments.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type PoolingConnection.StatementTypeModifierConstructorDescriptionPStmtKey
(String sql, String catalog, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Deprecated.PStmtKey
(String sql, String catalog, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) PStmtKey
(String sql, String catalog, String schema, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Constructs a key to uniquely identify a prepared statement.PStmtKey
(String sql, String catalog, String schema, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Constructs a key to uniquely identify a prepared statement.PStmtKey
(String sql, String catalog, String schema, PoolingConnection.StatementType statementType) Constructs a key to uniquely identify a prepared statement.PStmtKey
(String sql, String catalog, String schema, PoolingConnection.StatementType statementType, Integer autoGeneratedKeys) Constructs a key to uniquely identify a prepared statement.PStmtKey
(String sql, String catalog, PoolingConnection.StatementType statementType) Deprecated.PStmtKey
(String sql, String catalog, PoolingConnection.StatementType statementType, Integer autoGeneratedKeys) -
Uses of PoolingConnection.StatementType in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter with parameters of type PoolingConnection.StatementTypeModifier and TypeMethodDescriptionprotected PStmtKey
PooledConnectionImpl.createKey
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.protected PStmtKey
PooledConnectionImpl.createKey
(String sql, PoolingConnection.StatementType statementType) Creates aPStmtKey
for the given arguments.
PStmtKey(String, String, String, int, int, int, PoolingConnection.StatementType)