org.jboss.resource.adapter.jdbc
Class PreparedStatementCache.Key

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.PreparedStatementCache.Key
Enclosing class:
PreparedStatementCache

public static class PreparedStatementCache.Key
extends Object


Field Summary
static int CALLABLE_STATEMENT
           
static int PREPARED_STATEMENT
           
 
Constructor Summary
PreparedStatementCache.Key(String sql, int type, int resultSetType, int resultSetConcurrency)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PreparedStatementCache.Key

public PreparedStatementCache.Key(String sql,
                                  int type,
                                  int resultSetType,
                                  int resultSetConcurrency)
Method Detail

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.