| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static DefinedColumnType |
OTSProtocolParser.toDefinedColumnType(OtsInternalApi.DefinedColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static OtsInternalApi.DefinedColumnType |
OTSProtocolBuilder.toPBDefinedColumnType(DefinedColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
DefinedColumnType |
DefinedColumnSchema.getType()
Get the type of predefined columns.
|
static DefinedColumnType |
DefinedColumnType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static DefinedColumnType[] |
DefinedColumnType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,DefinedColumnType> |
TableMeta.getDefinedColumnMap()
Returns the dictionary of predefined column names and their corresponding types.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AddDefinedColumnRequest.addDefinedColumn(String name,
DefinedColumnType type)
Add a predefined column.
|
void |
TableMeta.addDefinedColumn(String name,
DefinedColumnType type)
Add a predefined column.
|
void |
DefinedColumnSchema.setType(DefinedColumnType type)
Set the type of the predefined column.
|
| 构造器和说明 |
|---|
DefinedColumnSchema(String name,
DefinedColumnType type) |
Copyright © 2025. All Rights Reserved.