Interface | Description |
---|---|
DatabaseChangeListener |
The listener interface for receiving Database Change Notification (DCN) events.
|
DatabaseChangeRegistration | |
QueryChangeDescription |
This interface describes a query result change.
|
RowChangeDescription |
This interface describes the row level information that can be retrieved from a database change event.
|
TableChangeDescription |
This interface describes a database change at the table level.
|
Class | Description |
---|---|
DatabaseChangeEvent |
Once you have registered your interest into certain objects in the database, you get notified when these objects change.
|