public static interface ChangeReader.Change
Modifier and Type | Method and Description |
---|---|
DatabaseEntry |
getData()
Returns the record data for this change, or null if this is a
DELETE operation.
|
java.lang.String |
getDatabaseName()
Returns the name of the local database to which this change was
applied.
|
DatabaseEntry |
getKey()
Returns the record key for this change.
|
ChangeReader.ChangeType |
getType()
Returns the operation type of this change.
|
ChangeReader.ChangeType getType()
DatabaseEntry getKey()
DatabaseEntry getData()
java.lang.String getDatabaseName()
Copyright (c) 2004-2012 Oracle. All rights reserved.