public class UpdateRowsEventData extends Object implements EventData
Constructor and Description |
---|
UpdateRowsEventData() |
Modifier and Type | Method and Description |
---|---|
BitSet |
getIncludedColumns() |
BitSet |
getIncludedColumnsBeforeUpdate() |
List<Map.Entry<Serializable[],Serializable[]>> |
getRows() |
long |
getTableId() |
void |
setIncludedColumns(BitSet includedColumns) |
void |
setIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate) |
void |
setRows(List<Map.Entry<Serializable[],Serializable[]>> rows) |
void |
setTableId(long tableId) |
String |
toString() |
public long getTableId()
public void setTableId(long tableId)
public BitSet getIncludedColumnsBeforeUpdate()
public void setIncludedColumnsBeforeUpdate(BitSet includedColumnsBeforeUpdate)
public BitSet getIncludedColumns()
public void setIncludedColumns(BitSet includedColumns)
public List<Map.Entry<Serializable[],Serializable[]>> getRows()
public void setRows(List<Map.Entry<Serializable[],Serializable[]>> rows)
Copyright © 2017. All rights reserved.