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