Uses of Interface
net.sf.jso.sql.DatabaseInterface

Packages that use DatabaseInterface
net.sf.jso.schema   
net.sf.jso.sql   
net.sf.jso.storage   
 

Uses of DatabaseInterface in net.sf.jso.schema
 

Constructors in net.sf.jso.schema with parameters of type DatabaseInterface
JSOSchemaManager(StorageController aController, ConnectionPool aPool, DatabaseInterface aDb)
          Constructs the catalog manager.
 

Uses of DatabaseInterface in net.sf.jso.sql
 

Classes in net.sf.jso.sql that implement DatabaseInterface
 class JSODatabase
           
 

Uses of DatabaseInterface in net.sf.jso.storage
 

Constructors in net.sf.jso.storage with parameters of type DatabaseInterface
JSOObjectManager(StorageManager aManager, StorageController aController, SchemaProxy aSchema, DatabaseInterface aDatabase, ConnectionPool aPool, int cacheSize)
          Constructs the object manager.