public class SchemaAlterTableAddColumnOperation extends SchemaAbstractAlterTableOperation
| Constructor and Description |
|---|
SchemaAlterTableAddColumnOperation(UUID opId,
String cacheName,
String schemaName,
String tblName,
List<QueryField> cols,
boolean ifTblExists,
boolean ifNotExists)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryField> |
columns() |
boolean |
ifNotExists() |
boolean |
ifTableExists() |
String |
tableName() |
String |
toString() |
cacheName, id, schemaNamepublic SchemaAlterTableAddColumnOperation(UUID opId, String cacheName, String schemaName, String tblName, List<QueryField> cols, boolean ifTblExists, boolean ifNotExists)
opId - Operation id.schemaName - Schema name.tblName - Target table name.cols - Columns to add.ifTblExists - Ignore operation if target table doesn't exist.ifNotExists - Ignore operation if column exists.public boolean ifTableExists()
public List<QueryField> columns()
public boolean ifNotExists()
public String tableName()
public String toString()
toString in class SchemaAbstractOperation
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018