public class PStmtKey extends Object
PreparedStatement
s.Constructor and Description |
---|
PStmtKey(String sql) |
PStmtKey(String sql,
int resultSetType,
int resultSetConcurrency) |
PStmtKey(String sql,
String catalog) |
PStmtKey(String sql,
String catalog,
int autoGeneratedKeys) |
PStmtKey(String sql,
String catalog,
int[] columnIndexes) |
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency) |
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability) |
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
PoolingConnection.StatementType stmtType) |
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency,
PoolingConnection.StatementType stmtType) |
PStmtKey(String sql,
String catalog,
PoolingConnection.StatementType stmtType) |
PStmtKey(String sql,
String catalog,
PoolingConnection.StatementType stmtType,
Integer autoGeneratedKeys) |
PStmtKey(String sql,
String catalog,
String[] columnNames) |
Modifier and Type | Method and Description |
---|---|
Statement |
createStatement(Connection connection) |
boolean |
equals(Object obj) |
Integer |
getAutoGeneratedKeys() |
String |
getCatalog() |
int[] |
getColumnIndexes() |
String[] |
getColumnNames() |
Integer |
getResultSetConcurrency() |
Integer |
getResultSetHoldability() |
Integer |
getResultSetType() |
String |
getSql() |
PoolingConnection.StatementType |
getStmtType() |
int |
hashCode() |
String |
toString() |
public PStmtKey(String sql, String catalog, PoolingConnection.StatementType stmtType)
public PStmtKey(String sql, String catalog, PoolingConnection.StatementType stmtType, Integer autoGeneratedKeys)
public PStmtKey(String sql, String catalog, int resultSetType, int resultSetConcurrency, PoolingConnection.StatementType stmtType)
public PStmtKey(String sql, String catalog, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
public PStmtKey(String sql, String catalog, int resultSetType, int resultSetConcurrency, int resultSetHoldability, PoolingConnection.StatementType stmtType)
public Integer getResultSetType()
public Integer getResultSetConcurrency()
public Integer getResultSetHoldability()
public Integer getAutoGeneratedKeys()
public int[] getColumnIndexes()
public String[] getColumnNames()
public String getCatalog()
public PoolingConnection.StatementType getStmtType()
public Statement createStatement(Connection connection) throws SQLException
SQLException
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.