public class SqlDropSchema extends SqlDrop implements SqlExecutableStatement
DROP TABLE statement.| Modifier and Type | Field and Description |
|---|---|
private boolean |
foreign |
private SqlIdentifier |
name |
private static SqlOperator |
OPERATOR |
DDL_OPERATOREMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlDropSchema(SqlParserPos pos,
boolean foreign,
boolean ifExists,
SqlIdentifier name)
Creates a SqlDropSchema.
|
| 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, validateExprprivate final boolean foreign
private final SqlIdentifier name
private static final SqlOperator OPERATOR
SqlDropSchema(SqlParserPos pos, boolean foreign, 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.