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.
- Version:
- $Id: SQLCacheKey.java,v 1.2.2.1 2009-07-29 12:10:42 ickzon Exp $
- Author:
- Brett Wooldridge, Alin Sinpalean
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
sql
private final java.lang.String sql
serverType
private final int serverType
majorVersion
private final int majorVersion
minorVersion
private final int minorVersion
hashCode
private final int hashCode
SQLCacheKey
public SQLCacheKey(java.lang.String sql,
ConnectionJDBC2 connection)
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object object)
Generated on October 27 2012