public class GridSqlAlterTableAddColumn extends GridSqlStatement
limit| Constructor and Description |
|---|
GridSqlAlterTableAddColumn() |
| Modifier and Type | Method and Description |
|---|---|
GridSqlColumn[] |
columns() |
void |
columns(GridSqlColumn[] cols) |
String |
getSQL() |
boolean |
ifNotExists() |
void |
ifNotExists(boolean ifNotExists) |
boolean |
ifTableExists() |
void |
ifTableExists(boolean ifTblExists) |
String |
schemaName() |
void |
schemaName(String schemaName) |
String |
tableName() |
void |
tableName(String tblName) |
public GridSqlColumn[] columns()
public void columns(GridSqlColumn[] cols)
cols - Columns to add.public boolean ifNotExists()
public void ifNotExists(boolean ifNotExists)
ifNotExists - Quietly abort this command if column exists (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