public abstract class SqlDrop extends SqlDdl
| Modifier and Type | Field and Description |
|---|---|
boolean |
ifExists
Whether "IF EXISTS" was specified.
|
DDL_OPERATOREMPTY_ARRAY, pos| Modifier | Constructor and Description |
|---|---|
protected |
SqlDrop(SqlOperator operator,
SqlParserPos pos,
boolean ifExists)
Creates a SqlDrop.
|
protected |
SqlDrop(SqlParserPos pos)
Deprecated.
|
getOperatoraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, unparse, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExprprotected SqlDrop(SqlOperator operator, SqlParserPos pos, boolean ifExists)
@Deprecated protected SqlDrop(SqlParserPos pos)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.