| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.model |
| Modifier and Type | Method and Description |
|---|---|
RecordColumn.ColumnType |
RecordColumn.getColumnType()
获取列的类型
|
static RecordColumn.ColumnType |
RecordColumn.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordColumn.ColumnType[] |
RecordColumn.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RecordColumn(Column column,
RecordColumn.ColumnType columnType) |
Copyright © 2024. All Rights Reserved.