Package org.apache.calcite.sql.ddl
Class SqlDropTable
java.lang.Object
org.apache.calcite.sql.SqlNode
org.apache.calcite.sql.SqlCall
org.apache.calcite.sql.SqlDdl
org.apache.calcite.sql.SqlDrop
org.apache.calcite.sql.ddl.SqlDropObject
org.apache.calcite.sql.ddl.SqlDropTable
- All Implemented Interfaces:
Cloneable
Parse tree for
DROP TABLE
statement.-
Field Summary
Fields inherited from class org.apache.calcite.sql.ddl.SqlDropObject
name
Fields inherited from class org.apache.calcite.sql.SqlDdl
DDL_OPERATOR
Fields inherited from class org.apache.calcite.sql.SqlNode
EMPTY_ARRAY, pos
-
Method Summary
Methods inherited from class org.apache.calcite.sql.ddl.SqlDropObject
execute, getOperandList, unparse
Methods inherited from class org.apache.calcite.sql.SqlDdl
getOperator
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
Methods inherited from class org.apache.calcite.sql.SqlNode
clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr