Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.store.raw.Loggable

Uses of Loggable in org.apache.derby.iapi.store.raw
 

Subinterfaces of Loggable in org.apache.derby.iapi.store.raw
 interface Compensation
          A Compensation operation can compensate for the action of a log operation.
 interface LogicalUndoable
          A LogicalUndoable is a log operation that operates on the content of a page and the log operation needs logical undo.
 interface Undoable
          An Undoable operation is an operation that changed the state of the RawStore in the context of a transaction and this change can be rolled back.
 

Methods in org.apache.derby.iapi.store.raw that return Loggable
 Loggable ScannedTransactionHandle.getNextRecord()
           
 Loggable ScanHandle.getLoggable()
          Get the Loggable associated with the currentLogRecord
 

Methods in org.apache.derby.iapi.store.raw with parameters of type Loggable
 void Transaction.logAndDo(Loggable operation)
          Log an operation and then action it in the context of this transaction.