public class Index extends Object
| Modifier and Type | Field and Description | 
|---|---|
| List<IndexColumn> | indexColumnListThe list of indexColumns for the index. | 
| String | indexColumnNamesContains all index column names in a comma-separated String. | 
| String | nameThe name of the index. | 
| List<Option> | optionListThe list of otions for the index. | 
| Table | parentThe 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.