public class SchemaAlterTableDropColumnOperation extends SchemaAbstractAlterTableOperation
| Constructor and Description |
|---|
SchemaAlterTableDropColumnOperation(UUID opId,
String cacheName,
String schemaName,
String tblName,
List<String> cols,
boolean ifTblExists,
boolean ifExists)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
columns() |
boolean |
ifExists() |
boolean |
ifTableExists() |
String |
tableName() |
String |
toString() |
cacheName, id, schemaNamepublic SchemaAlterTableDropColumnOperation(UUID opId, String cacheName, String schemaName, String tblName, List<String> cols, boolean ifTblExists, boolean ifExists)
opId - Operation id.schemaName - Schema name.tblName - Target table name.cols - Columns to drop.ifTblExists - Ignore operation if target table doesn't exist.ifExists - Ignore operation if column does not exist.public boolean ifTableExists()
public boolean ifExists()
public String tableName()
public String toString()
toString in class SchemaAbstractOperation
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020