Package com.yandex.ydb.table.description
Class TableIndex
- java.lang.Object
-
- com.yandex.ydb.table.description.TableIndex
-
public class TableIndex extends Object
- Author:
- Sergey Polovko
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableIndex.Type
-
Constructor Summary
Constructors Constructor Description TableIndex(String name, List<String> columns, TableIndex.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getColumns()StringgetName()TableIndex.TypegetType()
-
-
-
Constructor Detail
-
TableIndex
public TableIndex(String name, List<String> columns, TableIndex.Type type)
-
-
Method Detail
-
getName
public String getName()
-
getType
public TableIndex.Type getType()
-
-