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

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

com.aliyun.openservices.otsSingleRowQueryCriteria 的使用
 

参数类型为 SingleRowQueryCriteriacom.aliyun.openservices.ots 中的方法
 Row OTSClient.getRow(SingleRowQueryCriteria criteria, String transactionId)
           
 Row OTS.getRow(SingleRowQueryCriteria criteria, String transactionId)
          返回表(Table)或视图(View)中的一行数据。
 

类型变量类型为 SingleRowQueryCriteriacom.aliyun.openservices.ots 中的方法参数
 List<MultiGetRowItem> OTSClient.multiGetRow(List<SingleRowQueryCriteria> criterias)
           
 List<MultiGetRowItem> OTS.multiGetRow(List<SingleRowQueryCriteria> criterias)
          从多个表(Table)或视图(View)中查询多行数据。
 

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

参数类型为 SingleRowQueryCriteriacom.aliyun.openservices.ots.model 中的方法
static OtsProtocol.GetRowParameter OTSProtocolHelper.buildGetRowParameter(SingleRowQueryCriteria criteria)
           
static byte[] OTSProtocolHelper.buildGetRowRequest(SingleRowQueryCriteria criteria, String transactionId)
           
 

类型变量类型为 SingleRowQueryCriteriacom.aliyun.openservices.ots.model 中的方法参数
static byte[] OTSProtocolHelper.buildMultiGetRowRequest(List<SingleRowQueryCriteria> criterias)
           
 



Copyright © 2013. All Rights Reserved.