org.apache.derby.client.am.stmtcache
Class StatementKey
- java.lang.Object
-
- org.apache.derby.client.am.stmtcache.StatementKey
-
public class StatementKey extends java.lang.ObjectA key representing ajava.sql.PreparedStatementor ajava.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 booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
DataMelt 3.0 © DataMelt by jWork.ORG