程序包 | 说明 |
---|---|
com.alicloud.openservices.tablestore.core.protocol | |
com.alicloud.openservices.tablestore.model |
限定符和类型 | 方法和说明 |
---|---|
static OtsInternalApi.DefinedColumnSchema |
OTSProtocolBuilder.buildDefinedColumnSchema(DefinedColumnSchema definedColun) |
限定符和类型 | 方法和说明 |
---|---|
Map<String,DefinedColumnSchema> |
TableMeta.getDefinedColumnSchemaMap()
返回预定义列的列名与类型定义的对应字典。
|
List<DefinedColumnSchema> |
TableMeta.getDefinedColumnsList()
返回包含所有预定义列定义的只读列表。
|
限定符和类型 | 方法和说明 |
---|---|
void |
TableMeta.addDefinedColumn(DefinedColumnSchema column)
添加一个预定义列。
|
void |
TableMeta.addDefinedColumns(DefinedColumnSchema[] columns)
添加一组预定义列。
|
限定符和类型 | 方法和说明 |
---|---|
void |
TableMeta.addDefinedColumns(List<DefinedColumnSchema> columns)
添加一组预定义列。
|
Copyright © 2019. All Rights Reserved.