abstract class SqlDropObject extends SqlDrop implements SqlExecutableStatement
DROP TABLE, DROP VIEW,
DROP MATERIALIZED VIEW and DROP TYPE statements.| Modifier and Type | Field and Description |
|---|---|
protected SqlIdentifier |
name |
DDL_OPERATOREMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlDropObject(SqlOperator operator,
SqlParserPos pos,
boolean ifExists,
SqlIdentifier name)
Creates a SqlDropObject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CalcitePrepare.Context context) |
List<SqlNode> |
getOperandList() |
void |
unparse(SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperatoraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toSqlString, toSqlString, toString, validateExprprotected final SqlIdentifier name
SqlDropObject(SqlOperator operator, SqlParserPos pos, boolean ifExists, SqlIdentifier name)
public List<SqlNode> getOperandList()
getOperandList in class SqlCallpublic void unparse(SqlWriter writer, int leftPrec, int rightPrec)
public void execute(CalcitePrepare.Context context)
execute in interface SqlExecutableStatementCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.