| java.lang.Object org.apache.derby.impl.store.raw.data.PageBasicOperation org.apache.derby.impl.store.raw.data.PhysicalPageOperation org.apache.derby.impl.store.raw.data.UpdateOperation
UpdateOperation | final public class UpdateOperation extends PhysicalPageOperation (Code) | | Represents the update of a particular row on a page.
|
Method Summary | |
public void | doMe(Transaction xact, LogInstant instant, LimitObjectInput in) Store the new record directly over the old record, the implementation
of storeRecord is responsible for removing any old data. | public int | getNextStartColumn() | public ByteArray | getPreparedLog() | public int | getTypeFormatId() Return my format identifier. | public void | readExternal(ObjectInput in) | public void | restoreMe(Transaction xact, BasePage undoPage, LogInstant CLRInstant, LimitObjectInput in) | public String | toString() | public void | undoMe(Transaction xact, BasePage undoPage, LogInstant CLRInstant, LimitObjectInput in) Store the old record directly over the new record, the implementation
of storeRecord is responsible for removing any new data. | public void | writeExternal(ObjectOutput out) |
doMeSlot | protected int doMeSlot(Code) | | |
nextColumn | protected transient int nextColumn(Code) | | |
recordId | protected int recordId(Code) | | |
UpdateOperation | public UpdateOperation()(Code) | | |
getNextStartColumn | public int getNextStartColumn()(Code) | | Return the last column of the row this operation logged
|
getTypeFormatId | public int getTypeFormatId()(Code) | | Return my format identifier.
|
|
|