public interface RowChangeDescription
The information includes:
Modifier and Type | Interface and Description |
---|---|
static class |
RowChangeDescription.RowOperation |
Modifier and Type | Method and Description |
---|---|
ROWID |
getRowid()
Returns the row id of the row.
|
RowChangeDescription.RowOperation |
getRowOperation()
Deprecated.
This method is deprecated in 21.
Use
getRowOperations() instead. |
EnumSet<RowChangeDescription.RowOperation> |
getRowOperations()
Returns the operation kind: this row was either inserted, updated
or deleted.
|
@Deprecated RowChangeDescription.RowOperation getRowOperation()
getRowOperations()
instead.EnumSet<RowChangeDescription.RowOperation> getRowOperations()
ROWID getRowid()