Package org.xorm.datastore

Interface Summary
DatastoreDriver There is one datastore driver per Transaction.
 

Class Summary
Column A column on a table in the datastore.
ConnectionInfo This is the base class for connection information.
DataFetchGroup A DataFetchGroup is used to provide information to a DatastoreDriver instance about which Columns need to be fetched for a read() operation.
Row A row represents a single instance of a data object.
Table Represents a database table.
 

Exception Summary
DriverException Indicates that an exception occurred somewhere in the datastore driver.
 



$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/datastore/package-summary.html,v 1.9 2004/05/30 08:55:05 wbiggs Exp $