com.github.shyiko.mysql.binlog.event
Class UpdateRowsEventData
java.lang.Object
com.github.shyiko.mysql.binlog.event.UpdateRowsEventData
- All Implemented Interfaces:
- EventData, Serializable
public class UpdateRowsEventData
- extends Object
- implements EventData
- Author:
- Stanley Shyiko
- See Also:
- Serialized Form
UpdateRowsEventData
public UpdateRowsEventData()
getTableId
public long getTableId()
setTableId
public void setTableId(long tableId)
getIncludedColumnsBeforeUpdate
public BitSet getIncludedColumnsBeforeUpdate()
setIncludedColumnsBeforeUpdate
public void setIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate)
getIncludedColumns
public BitSet getIncludedColumns()
setIncludedColumns
public void setIncludedColumns(BitSet includedColumns)
getRows
public List<Map.Entry<Serializable[],Serializable[]>> getRows()
setRows
public void setRows(List<Map.Entry<Serializable[],Serializable[]>> rows)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2016. All Rights Reserved.