public class CreateIndexData extends Object
Constructor and Description |
---|
CreateIndexData(String idxName,
String tblName,
List<String> fldNames,
IndexType idxType)
Saves the index type, table and field names of the specified index.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
fieldNames()
Returns the list of names of the indexed fields.
|
String |
indexName()
Returns the name of the index.
|
IndexType |
indexType()
Returns the type of the index.
|
String |
tableName()
Returns the name of the indexed table.
|
public CreateIndexData(String idxName, String tblName, List<String> fldNames, IndexType idxType)
idxName
- the name of the index.tblName
- the name of the indexed table.fldNames
- the list of the indexed fields.idxType
- the type of the index.public String indexName()
public String tableName()
public List<String> fieldNames()
public IndexType indexType()
Copyright © 2022 VanillaDB Organization. All rights reserved.