public class SqlAlterTableCommand extends Object implements SqlCommand
| Constructor and Description |
|---|
SqlAlterTableCommand()
Default constructor.
|
SqlAlterTableCommand(String schemaName,
String tblName,
boolean ifExists,
boolean logging) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Boolean |
logging() |
SqlCommand |
parse(SqlLexer lex)
Parse command.
|
String |
schemaName() |
void |
schemaName(String schemaName) |
String |
tableName() |
String |
toString() |
public String schemaName()
schemaName in interface SqlCommandpublic void schemaName(String schemaName)
schemaName in interface SqlCommandschemaName - Schema name.public String tableName()
@Nullable public @Nullable Boolean logging()
null if no changes to logging is requested.public SqlCommand parse(SqlLexer lex)
parse in interface SqlCommandlex - Lexer.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023