Uses of Class
org.apache.derby.impl.store.logical.log.LogicalLogRecord

Packages that use LogicalLogRecord
org.apache.derby.impl.store.logical.log   
 

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

Methods in org.apache.derby.impl.store.logical.log that return LogicalLogRecord
 LogicalLogRecord LogicalLog.getFirst()
          Get the first log element of the Logical Log
 LogicalLogRecord LogicalLog.getLast()
          Get the last log element of the Logical Log
 LogicalLogRecord LogicalLog.getNext()
          Get the next (if any) log element of the Logical Log
 LogicalLogRecord LogicalLog.rewind(int lsn)
          Rewind the log to a selected lsn and returns this log record.
 

Methods in org.apache.derby.impl.store.logical.log with parameters of type LogicalLogRecord
 void LogicalLog.add(LogicalLogRecord lr)
          Adds a Logical Log Record to the Logical Log.
 

Constructors in org.apache.derby.impl.store.logical.log with parameters of type LogicalLogRecord
LogicalLog(LogicalLogRecord lr)
          Constructor with a logical log record as a parameter.