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