Uses of Class
net.spy.SpyDB

Packages that use SpyDB
net.spy.db SPY Database Layer 
 

Uses of SpyDB in net.spy.db
 

Subclasses of SpyDB in net.spy.db
 class DBCP
          Superclass for dynamic SQL calls.
 class DBSP
          Super class for all stored procedure calls.
 class DBSQL
          Superclass for dynamic SQL calls.
 class SpyCacheDB
          Extensions to DB that allow for result set caching.
 

Constructors in net.spy.db with parameters of type SpyDB
CachePreparedStatementStub(SpyDB db, String query, long cacheTime)
          Create a CachePreparedStatement object for the given query (you probably don't want to do this directly).