| Class Summary | |
|---|---|
| SwatDB | Database helper class. |
| SwatDBClassMap | Maps class names to overridden class names. |
| SwatDBDataObject | All public properties correspond to database fields. |
| SwatDBDefaultRecordsetWrapper | MDB2 Recordset Wrapper. |
| SwatDBException | A SwatDB Exception. |
| SwatDBField | Database field. |
| SwatDBNoDatabaseException | Exception thrown when no database is available. |
| SwatDBRange | A single object to represent a database query range. |
| SwatDBReadaheadIterator | Readahead iterator. |
| SwatDBRecordsetWrapper | MDB2 recordset wrapper. |
| SwatDBTransaction | A database transaction that is safe to use with database drivers that do not support nested transactions. |
| Interface Summary | |
|---|---|
| SwatDBRecordable | Interface for data-bound objects that are recordable (saveable and loadable). |