Interface RowSet.ExtendableRowSet

All Superinterfaces:
RowSet, RowSet.SingleRowSet
All Known Implementing Classes:
DirectRowSet
Enclosing interface:
RowSet

public static interface RowSet.ExtendableRowSet extends RowSet.SingleRowSet
Single row set which is empty and allows writing. Once writing is complete, the row set becomes an immutable direct row set.
  • Method Details

    • allocate

      void allocate(int recordCount)
    • writer

      RowSetWriter writer()
    • writer

      RowSetWriter writer(int initialRowCount)