public class GridSqlAlterTableDropColumn extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlAlterTableDropColumn() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
columns() |
void |
columns(String[] cols) |
String |
getSQL() |
boolean |
ifExists() |
void |
ifExists(boolean ifExists) |
boolean |
ifTableExists() |
void |
ifTableExists(boolean ifTblExists) |
String |
schemaName() |
void |
schemaName(String schemaName) |
String |
tableName() |
void |
tableName(String tblName) |
public String[] columns()
public void columns(String[] cols)
cols - Columns to drop.public boolean ifExists()
public void ifExists(boolean ifExists)
ifExists - Quietly abort this command if column does not exist (honored only in single column case).public boolean ifTableExists()
public void ifTableExists(boolean ifTblExists)
ifTblExists - Quietly abort this command if target table does not exist.public String tableName()
public void tableName(String tblName)
tblName - Target table name.public String schemaName()
public void schemaName(String schemaName)
schemaName - Schema name.public String getSQL()
getSQL in class GridSqlStatement
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025