Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations.
The base level is the Table interface, which is then implemented in AbstractTable.
AbstractTable is then implemented with the exception of the initialise() method in TableImpl and ViewImpl.
These classes effectively represent a Table and a View in RDBMS.
SchemaTable, ProbeTable, and SequenceTable are implementations of RDBMS tables.
All other classes build on JDO handling capabilities.