Uses of Class
net.sourceforge.jtds.jdbc.SQLParser.CachedSQLQuery
-
Packages that use SQLParser.CachedSQLQuery Package Description net.sourceforge.jtds.jdbc -
-
Uses of SQLParser.CachedSQLQuery in net.sourceforge.jtds.jdbc
Fields in net.sourceforge.jtds.jdbc with type parameters of type SQLParser.CachedSQLQuery Modifier and Type Field Description private static SimpleLRUCache<SQLCacheKey,SQLParser.CachedSQLQuery>
SQLParser. _Cache
a LRU cache for the last 500 parsed SQL statements
-