Package org.jboss.jca.adapters.jdbc
Class PreparedStatementCache.Key
java.lang.Object
org.jboss.jca.adapters.jdbc.PreparedStatementCache.Key
- Enclosing class:
- PreparedStatementCache
Key class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCallable statement cachestatic final intPrepared statement cache -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREPARED_STATEMENT
public static final int PREPARED_STATEMENTPrepared statement cache- See Also:
-
CALLABLE_STATEMENT
public static final int CALLABLE_STATEMENTCallable statement cache- See Also:
-
-
Constructor Details
-
Key
Constructor- Parameters:
sql- The SQL stringtype- The typeresultSetType- The result set typeresultSetConcurrency- The result set concurrency
-
-
Method Details