Interface TrackingWritableRowSet

All Superinterfaces:
AutoCloseable, LogOutputAppendable, LongSizedDataStructure, RowSequence, RowSet, SafeCloseable, TrackingRowSet, WritableRowSet
All Known Implementing Classes:
TrackingWritableRowSetImpl

public interface TrackingWritableRowSet extends WritableRowSet, TrackingRowSet
Tracking, writable RowSet.
  • Method Details

    • initializePreviousValue

      void initializePreviousValue()
      Initializes our previous value from the current value.

      This call is used by operations that manipulate a TrackingWritableRowSet while constructing it, but need to set the state at the end of the initial operation to the current state.

      Calling this in other circumstances will yield undefined results.