| Package | Description | 
|---|---|
| org.apache.commons.dbcp2 | 
 Database Connection Pool API. | 
| Modifier and Type | Method and Description | 
|---|---|
| PoolingConnection.StatementType | PStmtKey. getStmtType()The SQL statement type. | 
| static PoolingConnection.StatementType | PoolingConnection.StatementType. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PStmtKey | PoolingConnection. createKey(String sql,
         int resultSetType,
         int resultSetConcurrency,
         int resultSetHoldability,
         PoolingConnection.StatementType stmtType)Creates a PStmtKey for the given arguments. | 
| protected PStmtKey | PoolingConnection. createKey(String sql,
         int resultSetType,
         int resultSetConcurrency,
         PoolingConnection.StatementType stmtType)Creates a PStmtKey for the given arguments. | 
| protected PStmtKey | PoolingConnection. createKey(String sql,
         PoolingConnection.StatementType stmtType)Creates a PStmtKey for the given arguments. | 
| Constructor and Description | 
|---|
| PStmtKey(String sql,
        String catalog,
        int resultSetType,
        int resultSetConcurrency,
        int resultSetHoldability,
        PoolingConnection.StatementType statementType)Constructs a key to uniquely identify a prepared statement. | 
| PStmtKey(String sql,
        String catalog,
        int resultSetType,
        int resultSetConcurrency,
        PoolingConnection.StatementType statementType)Constructs a key to uniquely identify a prepared statement. | 
| PStmtKey(String sql,
        String catalog,
        PoolingConnection.StatementType statementType)Constructs a key to uniquely identify a prepared statement. | 
| PStmtKey(String sql,
        String catalog,
        PoolingConnection.StatementType statementType,
        Integer autoGeneratedKeys)Constructs a key to uniquely identify a prepared statement. | 
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.