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 resultSetType,
int resultSetConcurrency) |
PStmtKey(String sql,
String catalog,
int resultSetType,
int resultSetConcurrency,
PoolingConnection.StatementType stmtType) |
PStmtKey(String sql,
String catalog,
PoolingConnection.StatementType stmtType,
Integer autoGeneratedKeys) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getAutoGeneratedKeys() |
String |
getCatalog() |
Integer |
getResultSetConcurrency() |
Integer |
getResultSetType() |
String |
getSql() |
PoolingConnection.StatementType |
getStmtType() |
int |
hashCode() |
String |
toString() |
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 Integer getResultSetType()
public Integer getResultSetConcurrency()
public Integer getAutoGeneratedKeys()
public String getCatalog()
public PoolingConnection.StatementType getStmtType()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.