Uses of Interface
net.sourceforge.jtds.jdbc.cache.StatementCache
-
Packages that use StatementCache Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbc.cache -
-
Uses of StatementCache in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as StatementCache Modifier and Type Field Description private StatementCache
JtdsConnection. statementCache
Statement cache. -
Uses of StatementCache in net.sourceforge.jtds.jdbc.cache
Classes in net.sourceforge.jtds.jdbc.cache that implement StatementCache Modifier and Type Class Description class
ProcedureCache
LRU cache for procedures and statement handles.
-