| Class | Description |
|---|---|
| DatabaseCol |
Database column object.
|
| DatabaseRow |
Database row object.
|
| DatabaseRowWithIntPrimaryKey |
Database row object which has an Integer as the primary key.
|
| DatabaseRowWithLongPrimaryKey |
Database row object which has Long as a primary key.
|
| DatabaseSequence |
Database sequence.
|
| DatabaseTable<T extends DatabaseRow> |
Database table object.
|
| DatabaseXML |
Standard XML tag and attribute name definitions used by hfg database classes.
|
jataylor@hairyfatguy.com