public class GridSqlCreateIndex extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlCreateIndex() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQL() |
boolean |
ifNotExists() |
void |
ifNotExists(boolean ifNotExists) |
QueryIndex |
index() |
void |
index(QueryIndex idx) |
String |
schemaName() |
void |
schemaName(String schemaName) |
String |
tableName() |
void |
tableName(String tblName) |
public String schemaName()
public void schemaName(String schemaName)
schemaName - Schema name for new index.public String tableName()
public void tableName(String tblName)
tblName - Table name.public boolean ifNotExists()
public void ifNotExists(boolean ifNotExists)
ifNotExists - whether attempt to create the index should be made only if it does not exist.public QueryIndex index()
public void index(QueryIndex idx)
idx - Index to create.public String getSQL()
getSQL in class GridSqlStatement
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025