public class CreateIndex extends Object implements Statement
| Constructor and Description |
|---|
CreateIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(StatementVisitor statementVisitor) |
Index |
getIndex()
The index to be created
|
Table |
getTable()
The table on which the index is to be created
|
void |
setIndex(Index index) |
void |
setTable(Table table) |
String |
toString() |
public void accept(StatementVisitor statementVisitor)
public Index getIndex()
public void setIndex(Index index)
public Table getTable()
public void setTable(Table table)
Copyright © 2006–2018 TinyGroup. All rights reserved.