public class TableIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableIndex.Type |
| Constructor and Description |
|---|
TableIndex(String name,
List<String> columns,
TableIndex.Type type) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumns() |
String |
getName() |
TableIndex.Type |
getType() |
public TableIndex(String name, List<String> columns, TableIndex.Type type)
public String getName()
public TableIndex.Type getType()
Copyright © 2021. All rights reserved.