|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowChangeDescription
This interface describes the row level information that can be retrieved from a database change event.
The information includes:
| Nested Class Summary | |
|---|---|
static class |
RowChangeDescription.RowOperation |
| Method Summary | |
|---|---|
ROWID |
getRowid()Returns the row id of the row. |
RowChangeDescription.RowOperation |
getRowOperation()Returns the operation kind: this row was either inserted, updated or deleted. |
| Method Detail |
|---|
RowChangeDescription.RowOperation getRowOperation()
ROWID getRowid()
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||