public class RowDeleteChange extends RowChange
| 构造器和说明 |
|---|
RowDeleteChange(String tableName)
Constructor.
|
RowDeleteChange(String tableName,
PrimaryKey primaryKey)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getDataSize()
Get the size of the serialized data
|
addReturnColumn, compareTo, getCondition, getPrimaryKey, getReturnColumnNames, getReturnType, getTableName, setCondition, setPrimaryKey, setReturnType, setTableNamepublic RowDeleteChange(String tableName, PrimaryKey primaryKey)
tableName - The name of the tableprimaryKey - The primary key of the row to be deletedpublic RowDeleteChange(String tableName)
tableName - The name of the tablepublic int getDataSize()
MeasurableCopyright © 2025. All Rights Reserved.