Uses of Package
net.sourceforge.jtds.jdbc.cache
Packages that use net.sourceforge.jtds.jdbc.cache
-
Classes in net.sourceforge.jtds.jdbc.cache used by net.sourceforge.jtds.jdbcClassDescriptionSimple LRU cache for any type of object, based on a
LinkedHashMap
with a maximum size.Cache key for an SQL query, consisting of the query and server type, major and minor version.Interface for a statement cache. -
Classes in net.sourceforge.jtds.jdbc.cache used by net.sourceforge.jtds.jdbc.cacheClassDescriptionEncapsulates the cached Object and implements the linked list used to implement the LRU logic.Interface for a statement cache.