类 com.aliyun.openservices.ots.model.RowPutChange
的使用

使用 RowPutChange 的软件包
com.aliyun.openservices.ots   
com.aliyun.openservices.ots.model   
 

com.aliyun.openservices.otsRowPutChange 的使用
 

参数类型为 RowPutChangecom.aliyun.openservices.ots 中的方法
 void OTSClient.putData(String tableName, RowPutChange rowChange, String transactionId)
           
 void OTS.putData(String tableName, RowPutChange rowChange, String transactionId)
          插入一行或修改指定行中的数据。
 

com.aliyun.openservices.ots.modelRowPutChange 的使用
 

返回 RowPutChangecom.aliyun.openservices.ots.model 中的方法
 RowPutChange MultiPutRowItem.getRowPutChange()
           
 

参数类型为 RowPutChangecom.aliyun.openservices.ots.model 中的方法
static OtsProtocol.PutRowParameter OTSProtocolHelper.buildPutRowParameter(String tableName, RowPutChange rowChange)
           
static byte[] OTSProtocolHelper.buildPutRowRequest(String tableName, RowPutChange rowChange, String transactionId)
           
static OtsProtocol.RowPutChange OTSProtocolHelper.buildRowPutChange(RowPutChange rowChange)
           
 void MultiPutRowItem.setRowPutChange(RowPutChange rowPutChange)
           
 

参数类型为 RowPutChangecom.aliyun.openservices.ots.model 中的构造方法
MultiPutRowItem(String tableName, RowPutChange rowPutChange)
           
 



Copyright © 2013. All Rights Reserved.