Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

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

      • SQLCacheKey

        public SQLCacheKey​(java.lang.String sql,
                           JtdsConnection connection)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object