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