Package org.apache.derby.client.am.stmtcache
-
Class Summary Class Description JDBCStatementCache A cache for JDBC statement objects.JDBCStatementCache.BoundedLinkedHashMap ALinkedHashMap
with an upper bound on the number of entries.StatementKey A key representing ajava.sql.PreparedStatement
or ajava.sql.CallableStatement
.StatementKeyFactory A factory for creating JDBC statement keys for use with the JDBC statement cache.