Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

oracle.jdbc.dcn
Interface RowChangeDescription


public interface RowChangeDescription

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

The information includes:

Since:
11.1

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

getRowOperation

RowChangeDescription.RowOperation getRowOperation()
Returns the operation kind: this row was either inserted, updated or deleted.


getRowid

ROWID getRowid()
Returns the row id of the row.


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.