Uses of Interface
net.sourceforge.jtds.jdbc.cache.StatementCache

Packages that use StatementCache
net.sourceforge.jtds.jdbc   
net.sourceforge.jtds.jdbc.cache   
 

Uses of StatementCache in net.sourceforge.jtds.jdbc
 

Fields in net.sourceforge.jtds.jdbc declared as StatementCache
private  StatementCache ConnectionJDBC2.statementCache
          Statement cache.
 

Uses of StatementCache in net.sourceforge.jtds.jdbc.cache
 

Classes in net.sourceforge.jtds.jdbc.cache that implement StatementCache
(package private)  class AbstractStatementCache
          Provides a base implementation for other caches.
 class DefaultStatementCache
          Implements a light-weight statement cache using a HashMap.
 class FastStatementCache
          Implements a fast, low-overhead statement cache using a HashMap.
 class NonCachingStatementCache
          A caching implementation that performs no caching.
 



Generated on April 15 2005