The abcm.db.components.tables package include abstract classes that describe the structure of the collection of standard ABCM tables in an ABCM database.

No JavaDoc is provided for individual tables. They follow a consistent pattern, but do not implement a single, standard interface. Each table, for example, must provide a getDatum method, but the arguments to this method will vary according to the fields described in the table.