|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.PreparedStatementCache.Key
public static class PreparedStatementCache.Key

Key class
| Field Summary | |
|---|---|
static int |
CALLABLE_STATEMENT
Callable statement cache |
static int |
PREPARED_STATEMENT
Prepared statement cache |
| Constructor Summary | |
|---|---|
PreparedStatementCache.Key(String sql,
int type,
int resultSetType,
int resultSetConcurrency)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getSql()
Get the SQL string |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int PREPARED_STATEMENT
public static final int CALLABLE_STATEMENT
| Constructor Detail |
|---|
public PreparedStatementCache.Key(String sql,
int type,
int resultSetType,
int resultSetConcurrency)
sql - The SQL stringtype - The typeresultSetType - The result set typeresultSetConcurrency - The result set concurrency| Method Detail |
|---|
public String getSql()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||