Uses of Interface
net.sourceforge.jtds.jdbc.cache.StatementCache
Packages that use StatementCache
-
Uses of StatementCache in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as StatementCacheModifier and TypeFieldDescriptionprivate StatementCache
JtdsConnection.statementCache
Statement cache. -
Uses of StatementCache in net.sourceforge.jtds.jdbc.cache
Classes in net.sourceforge.jtds.jdbc.cache that implement StatementCacheModifier and TypeClassDescriptionclass
LRU cache for procedures and statement handles.