public class RowDeleteChange extends RowChange
| Constructor and Description |
|---|
RowDeleteChange(String tableName)
构造函数。
|
RowDeleteChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize()
获取序列化后的数据大小
|
addReturnColumn, compareTo, getCondition, getPrimaryKey, getReturnColumnNames, getReturnType, getTableName, setCondition, setPrimaryKey, setReturnType, setTableNamepublic RowDeleteChange(String tableName, PrimaryKey primaryKey)
tableName - 表的名称primaryKey - 要删除的行的主键public RowDeleteChange(String tableName)
tableName - 表的名称public int getDataSize()
MeasurableCopyright © 2024. All Rights Reserved.