public class SqlCreateIndexCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlCreateIndexCommand() |
| Modifier and Type | Method and Description |
|---|---|
Collection<SqlIndexColumn> |
columns() |
boolean |
ifNotExists() |
String |
indexName() |
int |
inlineSize() |
int |
parallel() |
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
String |
schemaName() |
void |
schemaName(String schemaName) |
boolean |
spatial() |
SqlCreateIndexCommand |
spatial(boolean spatial) |
String |
tableName() |
String |
toString() |
public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.public String tableName()
public String indexName()
public boolean ifNotExists()
public int parallel()
public boolean spatial()
public int inlineSize()
public SqlCreateIndexCommand spatial(boolean spatial)
spatial - Spatial index flag.public Collection<SqlIndexColumn> columns()
public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021