net.sourceforge.jtds.jdbc.cache
Class SQLCacheKey
java.lang.Object
net.sourceforge.jtds.jdbc.cache.SQLCacheKey
public class SQLCacheKey
extends java.lang.Object
Cache key for an SQL query, consisting of the query and server type, major
and minor version.
$Id: SQLCacheKey.java,v 1.2 2005/05/25 09:24:02 alin_sinpalean Exp $- Brett Wooldridge
- Alin Sinpalean
hashCode
private final int hashCode
majorVersion
private final int majorVersion
minorVersion
private final int minorVersion
serverType
private final int serverType
sql
private final String sql
equals
public boolean equals(Object object)
hashCode
public int hashCode()
Generated on June 12 2008