public DeleteLogEntriesAndCheckpointBetweenEvent(long fromId, long toId)(Code)
Creates a new DeleteLogEntriesAndCheckpointBetweenEvent
object. Used to delete a range of log entries in the recovery log.
Parameters: fromId - the first id of the range Parameters: toId - the last id of the range
Method Detail
belongToTransaction
public boolean belongToTransaction(long tid)(Code)