com.aliyun.openservices.ots.model
类 RowDeleteChange

java.lang.Object
  继承者 com.aliyun.openservices.ots.model.RowChange
      继承者 com.aliyun.openservices.ots.model.RowDeleteChange

public class RowDeleteChange
extends RowChange

表示数据行的删除信息。


构造方法摘要
RowDeleteChange(String tableName)
          构造一个新的RowDeleteChange实例。
 
方法摘要
 
从类 com.aliyun.openservices.ots.model.RowChange 继承的方法
getCondition, getRowPrimaryKey, getTableName, setCondition, setPrimaryKey, setTableName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RowDeleteChange

public RowDeleteChange(String tableName)
构造一个新的RowDeleteChange实例。

参数:
tableName - 表的名称


Copyright © 2014. All Rights Reserved.