|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 PartitionKeyValue 的软件包 | |
|---|---|
| com.aliyun.openservices.ots | |
| com.aliyun.openservices.ots.model | |
| com.aliyun.openservices.ots 中 PartitionKeyValue 的使用 |
|---|
| 参数类型为 PartitionKeyValue 的 com.aliyun.openservices.ots 中的方法 | |
|---|---|
String |
OTSClient.startTransaction(String entityName,
PartitionKeyValue pkValue)
|
String |
OTS.startTransaction(String entityName,
PartitionKeyValue pkValue)
在表(Table)或表组(Table Group)上开始一个事务(Transaction),并得到该事务ID。 |
| com.aliyun.openservices.ots.model 中 PartitionKeyValue 的使用 |
|---|
| 返回 PartitionKeyValue 的 com.aliyun.openservices.ots.model 中的方法 | |
|---|---|
static PartitionKeyValue |
PartitionKeyValue.fromLong(long value)
使用 int值构造值的数据类型为PartitionKeyType.INTEGER的PartitionKeyValue对象。 |
static PartitionKeyValue |
PartitionKeyValue.fromString(String value)
使用 String对象构造值的数据类型为PartitionKeyType.STRING的PartitionKeyValue对象。 |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||