Interface QueryDelegate.RowIdChangeEvent

    • Method Detail

      • getOldRowId

        RowId getOldRowId()
        Deprecated.
        Gets the old (temporary) RowId of the added row that raised this event.
        Returns:
        old RowId
      • getNewRowId

        RowId getNewRowId()
        Deprecated.
        Gets the new, possibly database assigned RowId of the added row that raised this event.
        Returns:
        new RowId