public class GridSqlDropIndex extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlDropIndex() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQL() |
boolean |
ifExists() |
void |
ifExists(boolean ifExists) |
String |
indexName() |
void |
indexName(String idxName) |
String |
schemaName() |
void |
schemaName(String schemaName) |
public String indexName()
public void indexName(String idxName)
idxName - Index name.public String schemaName()
public void schemaName(String schemaName)
schemaName - Schema name.public boolean ifExists()
public void ifExists(boolean ifExists)
ifExists - whether attempt to drop the index should be made only if it exists.public String getSQL()
getSQL in class GridSqlStatement
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025