| Package | Description |
|---|---|
| tech.ydb.table.description |
| Modifier and Type | Method and Description |
|---|---|
TableIndex.Type |
TableIndex.getType() |
static TableIndex.Type |
TableIndex.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableIndex.Type[] |
TableIndex.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TableIndex(String name,
List<String> columns,
List<String> dataColumns,
TableIndex.Type type) |
TableIndex(String name,
List<String> columns,
TableIndex.Type type) |
Copyright © 2023. All rights reserved.