Uses of Package
net.xoetrope.optional.data.sql

Packages that use net.xoetrope.optional.data.sql
net.xoetrope.optional.data.sql   
 

Classes in net.xoetrope.optional.data.sql used by net.xoetrope.optional.data.sql
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
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.
DataConnection
          An extended database connection that allows integration of a local database and replication to/from a remote database.