Class UpdateRowsEventData
java.lang.Object
com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
- All Implemented Interfaces:
EventData,Serializable
- Author:
- Stanley Shyiko
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRows()longvoidsetIncludedColumns(BitSet includedColumns) voidsetIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate) voidsetRows(List<Map.Entry<Serializable[], Serializable[]>> rows) voidsetTableId(long tableId) toString()
-
Constructor Details
-
UpdateRowsEventData
public UpdateRowsEventData()
-
-
Method Details