Conglomerate |
A conglomerate is an abstract storage structure (they
correspond to access methods).
|
ConglomerateFactory |
The factory interface for all conglomerate access methods.
|
LogicalUndo |
A Logical undo is an undo operation that operates on a different page
from the page that has the original change.
|
MethodFactory |
The interface of all access method factories.
|
ScanControllerRowSource |
A ScanControllerRowSource is both a RowSource and a ScanController.
|
ScanManager |
The ScanManager interface contains those methods private to access method
implementors necessary to implement Scans on Conglomerates.
|
Sort |
The sort interface corresponds to an instance of an in-progress sort.
|
SortFactory |
The factory interface for all sort access methods.
|
TransactionManager |
The TransactionManager interface provides methods on the transaction needed
by an access method implementer, but should not be visible to clients of a
TransactionController.
|