org.jboss.resource.adapter.jdbc
Class PreparedStatementCache.Key
java.lang.Object
org.jboss.resource.adapter.jdbc.PreparedStatementCache.Key
- Enclosing class:
- PreparedStatementCache
public static class PreparedStatementCache.Key
- extends Object
PREPARED_STATEMENT
public static final int PREPARED_STATEMENT
- See Also:
- Constant Field Values
CALLABLE_STATEMENT
public static final int CALLABLE_STATEMENT
- See Also:
- Constant Field Values
PreparedStatementCache.Key
public PreparedStatementCache.Key(String sql,
int type,
int resultSetType,
int resultSetConcurrency)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.