Uses of Package
net.sf.jso.sql

Packages that use net.sf.jso.sql
net.sf.jso.garbage   
net.sf.jso.schema   
net.sf.jso.sql   
net.sf.jso.storage   
net.sf.jso.transaction   
 

Classes in net.sf.jso.sql used by net.sf.jso.garbage
ConnectionPool
          Interface for connection pooling management classes.
 

Classes in net.sf.jso.sql used by net.sf.jso.schema
ConnectionPool
          Interface for connection pooling management classes.
DatabaseInterface
          Interface for a relational database management system.
TableDescriptor
          Class for table descritptors.
 

Classes in net.sf.jso.sql used by net.sf.jso.sql
ColumnDescriptor
          Class for column descritptors.
ConnectionPool
          Interface for connection pooling management classes.
ConnectionPoolInfo
          Interface for use information of a connection pool.
ConstraintDescriptor
          Class for constraint descritptors.
DatabaseInterface
          Interface for a relational database management system.
JDBCTransaction
          Manages a transaction to a database with a JDBC java.sql.Connection object obtained through a connection pool.
TableDescriptor
          Class for table descritptors.
 

Classes in net.sf.jso.sql used by net.sf.jso.storage
ConnectionPool
          Interface for connection pooling management classes.
DatabaseInterface
          Interface for a relational database management system.
 

Classes in net.sf.jso.sql used by net.sf.jso.transaction
ConnectionPool
          Interface for connection pooling management classes.