Package org.formaria.data.sql

Interface Summary
ReplicationEngine Implementator of this interface are used by the DataConnection class to perform database synchronization.
 

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.
DatabaseLifecycleListener A shutdown/lifecycle listener designed for database like the standalone or in-memory version of HSQLDB.
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 DataModel
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
SqlHelper A set of helpers to help with SQL generation