net.sourceforge.jtds.jdbc.cache |
|
Java Source File Name | Type | Comment |
ProcedureCache.java | Class | LRU cache for procedures and statement handles. |
SimpleLRUCache.java | Class | Simple LRU cache for any type of object. |
SQLCacheKey.java | Class | Cache key for an SQL query, consisting of the query and server type, major
and minor version. |
StatementCache.java | Interface | Interface for a statement cache. |