Package | Description |
---|---|
oracle.jdbc.dcn |
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
|
Modifier and Type | Method | Description |
---|---|---|
RowChangeDescription.RowOperation |
RowChangeDescription.getRowOperation() |
Returns the operation kind: this row was either inserted, updated or deleted.
|
static RowChangeDescription.RowOperation |
RowChangeDescription.RowOperation.getRowOperation(int code) |
Implementation detail (for internal use only).
|
static RowChangeDescription.RowOperation |
RowChangeDescription.RowOperation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RowChangeDescription.RowOperation[] |
RowChangeDescription.RowOperation.values() |
Returns an array containing the constants of this enum type, in the order they are declared.
|