程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
List<PrimaryKeySchema> |
TableMeta.getPrimaryKeyList()
返回包含所有主键列定义的只读列表。
|
限定符和类型 | 方法和说明 |
---|---|
void |
TableMeta.addPrimaryKeyColumn(PrimaryKeySchema key)
添加一个主键列。
|
void |
TableMeta.addPrimaryKeyColumns(PrimaryKeySchema[] pks)
添加一组主键列。
|
限定符和类型 | 方法和说明 |
---|---|
void |
TableMeta.addPrimaryKeyColumns(List<PrimaryKeySchema> pks)
添加一组主键列。
|
Copyright © 2017. All Rights Reserved.