public class GridSqlDropTable extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlDropTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSQL() |
boolean |
ifExists() |
void |
ifExists(boolean ifExists) |
String |
schemaName() |
void |
schemaName(String schemaName) |
String |
tableName() |
void |
tableName(String tblName) |
public String schemaName()
public void schemaName(String schemaName)
schemaName - Schema name.public String tableName()
public void tableName(String tblName)
tblName - Table name.public boolean ifExists()
public void ifExists(boolean ifExists)
ifExists - Quietly ignore this command if table does not exist.public String getSQL()
getSQL in class GridSqlStatement
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025