Class DeleteRowsEventData

java.lang.Object
com.github.shyiko.mysql.binlog.event.DeleteRowsEventData
All Implemented Interfaces:
EventData, Serializable

public class DeleteRowsEventData extends Object implements EventData
Author:
Stanley Shyiko
See Also:
  • Constructor Details

    • DeleteRowsEventData

      public DeleteRowsEventData()
  • Method Details

    • 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