com.github.shyiko.mysql.binlog.event
Class DeleteRowsEventData

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

public class DeleteRowsEventData
extends Object
implements EventData

Author:
Stanley Shyiko
See Also:
Serialized Form

Constructor Summary
DeleteRowsEventData()
           
 
Method Summary
 BitSet getIncludedColumns()
           
 List<Serializable[]> getRows()
           
 long getTableId()
           
 void setIncludedColumns(BitSet includedColumns)
           
 void setRows(List<Serializable[]> rows)
           
 void setTableId(long tableId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteRowsEventData

public DeleteRowsEventData()
Method Detail

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.