Documentation of 'org.apache.derby.client.am.stmtcache.StatementKey' Java class
StatementKey
org.apache.derby.client.am.stmtcache

Class StatementKey



  • public class StatementKey
    extends java.lang.Object
    A key representing a java.sql.PreparedStatement or a java.sql.CallableStatement.

    The key takes a number of statement related attributes into account, and is used to insert and look up cached statement objects in the JDBC statement cache.

    Key instances are created by a statement key factory.

    See Also:
    StatementKeyFactory
    • Method Summary

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

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.