|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.aliyun.openservices.ots.model.RowChange
com.aliyun.openservices.ots.model.RowDeleteChange
public class RowDeleteChange
表示数据行的删除信息。
| 构造方法摘要 | |
|---|---|
RowDeleteChange()
构造一个新的 RowDeleteChange实例。 |
|
| 方法摘要 | |
|---|---|
void |
deleteAllColumns()
删除行中的所有列。 |
void |
deleteColumn(String name)
添加一个待删除的列。 |
List<String> |
getColumnNames()
获取待删除列的只读列表。 |
String |
getModifyType()
获取该变更操作的类型。 |
| 从类 com.aliyun.openservices.ots.model.RowChange 继承的方法 |
|---|
addPrimaryKey, getPrimaryKeys |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RowDeleteChange()
RowDeleteChange实例。
| 方法详细信息 |
|---|
public String getModifyType()
RowChange 中的 getModifyTypepublic List<String> getColumnNames()
public void deleteColumn(String name)
name - 要删除列的名称。public void deleteAllColumns()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||