Class SetReservedSpaceOperation

java.lang.Object
org.apache.derby.impl.store.raw.data.PageBasicOperation
org.apache.derby.impl.store.raw.data.SetReservedSpaceOperation
All Implemented Interfaces:
Externalizable, Serializable, Formatable, TypedFormat, Loggable, RePreparable

public final class SetReservedSpaceOperation extends PageBasicOperation
Represents shrinking of the reserved space of a particular row on a page. This operation is not undoable.
See Also:
  • Field Details

    • doMeSlot

      protected int doMeSlot
    • recordId

      protected int recordId
    • newValue

      protected int newValue
    • oldValue

      protected int oldValue
  • Constructor Details

    • SetReservedSpaceOperation

      SetReservedSpaceOperation(BasePage page, int slot, int recordId, int newValue, int oldValue)
    • SetReservedSpaceOperation

      public SetReservedSpaceOperation()
  • Method Details