
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 |
|---|
PreparedStatementCache.Key(String sql,
int type,
int resultSetType,
int resultSetConcurrency)
Constructor
|
public static final int PREPARED_STATEMENT
public static final int CALLABLE_STATEMENT
public PreparedStatementCache.Key(String sql, int type, int resultSetType, int resultSetConcurrency)
sql - The SQL stringtype - The typeresultSetType - The result set typeresultSetConcurrency - The result set concurrencyCopyright © 2013 IronJacamar (http://www.ironjacamar.org)