Package net.xoetrope.optional.data.sql

Class Summary
CachedDatabaseTable A class that extends the DatabaseTable class by caching the data from the query result set.
ConnectionManager A class that acts as a Connection Pool manager.
ConnectionObject A wrapper for a connection for use by a ConnectionManager
DatabaseFieldModel Provides a model for table field.
DatabaseRowModel Provides a model for table rows.
DatabaseTable A holder for information about a database table and the result set obtained from a database query.
DatabaseTableModel A wrapper for a database table allowing it to integrate with the XModel
DatabaseTableModelAdapter Adapts an XModel to provide access to child nodes as a list.
DataConnection An extended database connection that allows integration of a local database and replication to/from a remote database.
NamedConnectionManager An extension of the ConnectionManager to manage connections to multiple databases
NamedConnectionObject A data connection associated with a named set of connection parameters