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 SimpleLRUCacheSQLParser. cacheLRU cache of previously parsed SQLMethods in net.sourceforge.jtds.jdbc that return SimpleLRUCache Modifier and Type Method Description private static SimpleLRUCacheSQLParser. getCache(ConnectionJDBC2 connection)Retrieves the statement cache, creating it if required.
-