Interface RowChangeDescription


  • public interface RowChangeDescription
    This interface describes the row level information that can be retrieved from a database change event.

    The information includes:

    • The row id;
    • The kind of DML operation that affected this row (the rows was either inserted, updated or deleted).
    Since:
    11.1
  • <section role="region">
    • Method Detail

      • getRowid

        ROWID getRowid()
        Returns the row id of the row.
    </section>