| java.lang.Object org.apache.derby.impl.store.raw.data.PageBasicOperation org.apache.derby.impl.store.raw.data.LogicalPageOperation org.apache.derby.impl.store.raw.data.DeleteOperation
DeleteOperation | final public class DeleteOperation extends LogicalPageOperation (Code) | | Represents a delete (or undelete) of a record in a page.
|
Method Summary | |
public void | doMe(Transaction xact, LogInstant instant, LimitObjectInput in) Mark the record as deleted on the page. | public ByteArray | getPreparedLog() | public int | getTypeFormatId() Return my format identifier. | public void | readExternal(ObjectInput in) | public void | restoreLoggedRow(Object[] row, LimitObjectInput in) Restore the row stored in the optional data of the log record. | public void | restoreMe(Transaction xact, BasePage undoPage, LogInstant CLRinstant, LimitObjectInput in) | public String | toString() | public void | undoMe(Transaction xact, BasePage undoPage, int undoRecordId, LogInstant CLRInstant, LimitObjectInput in) Mark the record as not deleted, and then fix up the in-memory copy
of the page. | public void | writeExternal(ObjectOutput out) Write this out. |
delete | protected boolean delete(Code) | | |
doMeSlot | protected int doMeSlot(Code) | | |
DeleteOperation | public DeleteOperation()(Code) | | |
getTypeFormatId | public int getTypeFormatId()(Code) | | Return my format identifier.
|
|
|