|
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
Copyright (c) Xoetrope Ltd. 2001-2003
$Revision: 2.3 $
License: see license.txt |
| 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 XModel
The table model consists of a set of DatabaseRowModel objects and these in
turn consist of DatabaseFieldModel nodes. |
| 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
Copyright: Copyright (c) 2003
License: see license.txt
$Revision: 2.7 $
License: see license.txt |
| NamedConnectionObject |
A data connection associated with a named set of connection parameters
Copyright: Copyright (c) 2003
License: see license.txt
$Revision: 2.3 $
License: see license.txt |
| SqlHelper |
A set of helpers to help with SQL generation
Copyright (c) Xoetrope Ltd. 2001-2006
$Revision: 2.11 $
License: see license.txt |