Uses of Class
snaq.db.CachedStatement

Packages that use CachedStatement
snaq.db Utility classes to enhance the standard JDBC functionality. 
 

Uses of CachedStatement in snaq.db
 

Subclasses of CachedStatement in snaq.db
 class CachedCallableStatement
          CallableStatement wrapper that provides caching support.
 class CachedPreparedStatement
          PreparedStatement wrapper that provides caching support.
 

Methods in snaq.db with parameters of type CachedStatement
 void CacheConnection.statementClosed(CachedStatement s)
          Callback invoked when a CachedStatement is closed.
 



Copyright © 2013. All Rights Reserved.