public static class TransactionEventTable.TableIUD extends Object implements Serializable, BulkTableEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName()
Return the name of the table that was involved.
|
boolean |
isDelete()
Return true if rows were deleted.
|
boolean |
isInsert()
Return true if rows were inserted.
|
boolean |
isUpdate()
Return true if rows were updated.
|
boolean |
isUpdateOrDelete() |
static TransactionEventTable.TableIUD |
readBinaryMessage(DataInput dataInput) |
String |
toString() |
void |
writeBinaryMessage(BinaryMessageList msgList) |
public static TransactionEventTable.TableIUD readBinaryMessage(DataInput dataInput) throws IOException
IOExceptionpublic void writeBinaryMessage(BinaryMessageList msgList) throws IOException
IOExceptionpublic String getTableName()
BulkTableEventgetTableName in interface BulkTableEventpublic boolean isInsert()
BulkTableEventisInsert in interface BulkTableEventpublic boolean isUpdate()
BulkTableEventisUpdate in interface BulkTableEventpublic boolean isDelete()
BulkTableEventisDelete in interface BulkTableEventpublic boolean isUpdateOrDelete()
Copyright © 2014. All Rights Reserved.