public interface RowChangeDescription
The information includes:
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
RowChangeDescription.RowOperation |
| Modifier and Type | Method | Description |
|---|---|---|
ROWID |
getRowid() |
Returns the row id of the row.
|
RowChangeDescription.RowOperation |
getRowOperation() |
Returns the operation kind: this row was either inserted, updated or deleted.
|
RowChangeDescription.RowOperation getRowOperation()
ROWID getRowid()