Uses of Class
net.sourceforge.jtds.jdbc.cache.SimpleLRUCache
-
Packages that use SimpleLRUCache Package Description net.sourceforge.jtds.jdbc -
-
Uses of SimpleLRUCache in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc declared as SimpleLRUCache Modifier and Type Field Description private static SimpleLRUCache
SQLParser. cache
LRU cache of previously parsed SQLMethods in net.sourceforge.jtds.jdbc that return SimpleLRUCache Modifier and Type Method Description private static SimpleLRUCache
SQLParser. getCache(ConnectionJDBC2 connection)
Retrieves the statement cache, creating it if required.
-