Package org.apache.commons.dbcp2
Class PStmtKey
java.lang.Object
org.apache.commons.dbcp2.PStmtKey
- Direct Known Subclasses:
PStmtKeyCPDS
A key uniquely identifying
PreparedStatement
s.- Since:
- 2.0
- Version:
- $Id: PStmtKey.java 1649430 2015-01-04 21:29:32Z tn $
-
Constructor Summary
ConstructorsConstructorDescriptionPStmtKey
(String sql, String catalog, int resultSetType, int resultSetConcurrency, org.apache.commons.dbcp2.PoolingConnection.StatementType stmtType) PStmtKey
(String sql, String catalog, org.apache.commons.dbcp2.PoolingConnection.StatementType stmtType, Integer autoGeneratedKeys) -
Method Summary
-
Constructor Details
-
PStmtKey
-
PStmtKey
-
PStmtKey
-
PStmtKey
-
PStmtKey
-
PStmtKey
-
PStmtKey
-
-
Method Details
-
getSql
-
getResultSetType
-
getResultSetConcurrency
-
getAutoGeneratedKeys
-
getCatalog
-
getStmtType
public org.apache.commons.dbcp2.PoolingConnection.StatementType getStmtType() -
equals
-
hashCode
public int hashCode() -
toString
-