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