Class SQLCacheKey

java.lang.Object
net.sourceforge.jtds.jdbc.cache.SQLCacheKey

public class SQLCacheKey extends 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
  • Field Details

    • sql

      private final String sql
    • serverType

      private final int serverType
    • majorVersion

      private final int majorVersion
    • minorVersion

      private final int minorVersion
    • hashCode

      private final int hashCode
  • Constructor Details

  • Method Details