|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.prefetch.RbrRowChange
public class RbrRowChange
Encapsulates changes on a single row in a single table, providing access to the before and after images of the row data.
| Method Summary | |
|---|---|
RbrRowImage |
getAfterImage()
Returns the before image as a separate object or null if it does not exist; |
RbrRowImage |
getBeforeImage()
Returns the before image as a separate object or null if it does not exist. |
java.lang.String |
getSchemaName()
|
java.lang.String |
getTableName()
|
boolean |
isDelete()
|
boolean |
isInsert()
|
boolean |
isUpdate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isInsert()
public boolean isUpdate()
public boolean isDelete()
public java.lang.String getSchemaName()
public java.lang.String getTableName()
public RbrRowImage getBeforeImage()
public RbrRowImage getAfterImage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||