| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
static DefinedColumnType |
OTSProtocolParser.toDefinedColumnType(OtsInternalApi.DefinedColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.DefinedColumnType |
OTSProtocolBuilder.toPBDefinedColumnType(DefinedColumnType type) |
| Modifier and Type | Method and Description |
|---|---|
DefinedColumnType |
DefinedColumnSchema.getType()
获取预定义列的类型。
|
static DefinedColumnType |
DefinedColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefinedColumnType[] |
DefinedColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DefinedColumnType> |
TableMeta.getDefinedColumnMap()
返回预定义列的列名与类型的对应字典。
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMeta.addDefinedColumn(String name,
DefinedColumnType type)
添加一个预定义列。
|
void |
AddDefinedColumnRequest.addDefinedColumn(String name,
DefinedColumnType type)
添加一个预定义列
|
void |
DefinedColumnSchema.setType(DefinedColumnType type)
设置预定义列的类型。
|
| Constructor and Description |
|---|
DefinedColumnSchema(String name,
DefinedColumnType type) |
Copyright © 2024. All Rights Reserved.