| Class | Description |
|---|---|
| DataAccess |
This class allows positional read and write access to a database file.
|
| TableAccess |
This abstract class defines the methods for accessing the
database table representation.
|
| TableDiskAccess |
This class stores the table on disk and reads it block-wise.
|
| TableMemAccess |
This class allows main memory access to the database table representation.
|