| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.DefinedColumnSchema |
OTSProtocolBuilder.buildDefinedColumnSchema(DefinedColumnSchema definedColun) |
| Modifier and Type | Method and Description |
|---|---|
List<DefinedColumnSchema> |
AddDefinedColumnRequest.getDefinedColumn()
获取预定义列列表
|
Map<String,DefinedColumnSchema> |
TableMeta.getDefinedColumnSchemaMap()
返回预定义列的列名与类型定义的对应字典。
|
List<DefinedColumnSchema> |
TableMeta.getDefinedColumnsList()
返回包含所有预定义列定义的只读列表。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addDefinedColumn(DefinedColumnSchema column)
添加一个预定义列。
|
void |
TableMeta.addDefinedColumns(DefinedColumnSchema[] columns)
添加一组预定义列。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addDefinedColumns(List<DefinedColumnSchema> columns)
添加一组预定义列。
|
Copyright © 2024. All Rights Reserved.