Package org.apache.derby.iapi.store.access.conglomerate


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