public class Index extends Object
Modifier and Type | Field and Description |
---|---|
List<IndexColumn> |
indexColumnList
The list of indexColumns for the index.
|
String |
indexColumnNames
Contains all index column names in a comma-separated String.
|
String |
name
The name of the index.
|
List<Option> |
optionList
The list of otions for the index.
|
Table |
parent
The table to which the index belongs.
|
Constructor and Description |
---|
Index() |
public Table parent
public List<IndexColumn> indexColumnList
public String name
public String indexColumnNames
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.