public static class PreparedStatementCache.Key extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CALLABLE_STATEMENT
Callable statement cache
|
static int |
PREPARED_STATEMENT
Prepared statement cache
|
Constructor and Description |
---|
Key(String sql,
int type,
int resultSetType,
int resultSetConcurrency)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSql()
Get the SQL string
|
int |
hashCode() |
String |
toString() |
public static final int PREPARED_STATEMENT
public static final int CALLABLE_STATEMENT
public Key(String sql, int type, int resultSetType, int resultSetConcurrency)
sql
- The SQL stringtype
- The typeresultSetType
- The result set typeresultSetConcurrency
- The result set concurrencyCopyright © 2021 JBoss by Red Hat. All rights reserved.