Uses of Package
net.sourceforge.jtds.jdbc.cache
-
Packages that use net.sourceforge.jtds.jdbc.cache Package Description net.sourceforge.jtds.jdbc net.sourceforge.jtds.jdbc.cache -
Classes in net.sourceforge.jtds.jdbc.cache used by net.sourceforge.jtds.jdbc Class Description SimpleLRUCache Simple LRU cache for any type of object, based on aLinkedHashMap
with a maximum size.SQLCacheKey Cache key for an SQL query, consisting of the query and server type, major and minor version.StatementCache Interface for a statement cache. -
Classes in net.sourceforge.jtds.jdbc.cache used by net.sourceforge.jtds.jdbc.cache Class Description ProcedureCache.CacheEntry Encapsulates the cached Object and implements the linked list used to implement the LRU logic.StatementCache Interface for a statement cache.