Uses of Interface
org.apache.derby.iapi.store.logical.log.LogicalLoggable

Packages that use LogicalLoggable
org.apache.derby.impl.store.logical   
org.apache.derby.impl.store.logical.log   
org.apache.derby.impl.store.logical.operations   
 

Uses of LogicalLoggable in org.apache.derby.impl.store.logical
 

Methods in org.apache.derby.impl.store.logical with parameters of type LogicalLoggable
 void LogicalTransaction.addOperation(LogicalLoggable op)
           
 

Uses of LogicalLoggable in org.apache.derby.impl.store.logical.log
 

Methods in org.apache.derby.impl.store.logical.log that return LogicalLoggable
 LogicalLoggable LogicalLogRecord.getOperation()
           
 

Constructors in org.apache.derby.impl.store.logical.log with parameters of type LogicalLoggable
LogicalLogRecord(int lsn, int prevTransLsn, int transid, LogicalLoggable operation)
          Constructor for creating a logical log record
 

Uses of LogicalLoggable in org.apache.derby.impl.store.logical.operations
 

Classes in org.apache.derby.impl.store.logical.operations that implement LogicalLoggable
 class LogicalAbortOperation
          A Logical Abort Operation, contains no undo or redo image
 class LogicalCommitOperation
          A Logical Commit Operation, contains no undo or redo image
 class LogicalDeleteOperation
          A Logical Delete Operation, contains undo image only
 class LogicalInsertOperation
          A Logical Insert Operation, contains redo image only
 class LogicalOperation
          A class representing the logical operation done in a logical log record
 class LogicalUpdateOperation
          A Logical Undo Operation, contains both redo and undo images