public class RowDeleteChange extends RowChange
构造器和说明 |
---|
RowDeleteChange(String tableName)
构造函数。
|
RowDeleteChange(String tableName,
PrimaryKey primaryKey)
构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getDataSize() |
compareTo, getCondition, getPrimaryKey, getReturnType, getTableName, setCondition, setPrimaryKey, setReturnType, setTableName
public RowDeleteChange(String tableName, PrimaryKey primaryKey)
tableName
- 表的名称primaryKey
- 要删除的行的主键public RowDeleteChange(String tableName)
tableName
- 表的名称Copyright © 2017. All Rights Reserved.