Uses of Class
com.yandex.ydb.table.description.TableIndex.Type
-
Packages that use TableIndex.Type Package Description com.yandex.ydb.table.description -
-
Uses of TableIndex.Type in com.yandex.ydb.table.description
Methods in com.yandex.ydb.table.description that return TableIndex.Type Modifier and Type Method Description TableIndex.TypeTableIndex. getType()static TableIndex.TypeTableIndex.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.Constructors in com.yandex.ydb.table.description with parameters of type TableIndex.Type Constructor Description TableIndex(String name, List<String> columns, TableIndex.Type type)
-