Package gov.virginia.dcjs.relational.util

Class Summary
ClassAction  
DataSource This class controls access to a single DSN.
DataTable Applications utilizing static classes to represent table structures * implement this interface to facilitate actions relating to that * table's data.
DbConnectionPool This class maintains a pool of homogeneous connections.
DbDataSource This class provides pooled database connections to a * single data source specified upon its construction.
DbPooledConnection  
RecordMonitor This class is used to track the use of Record objects as an aid * in enforcing mutual (write) exclusion for each record.
RecordSetOutput This class controls how the data contained in a Relation object is * presented to the user.
RelationTableModel  
SQLConsole This class provides a way to make queries against JDBC data * sources.
SQLCookie