Class SqlDropView
- 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.flink.sql.parser.ddl.SqlDropObject
-
- org.apache.flink.sql.parser.ddl.view.SqlDropView
-
- All Implemented Interfaces:
Cloneable
public class SqlDropView extends SqlDropObject
DROP VIEW DDL sql call.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.sql.parser.ddl.SqlDropObject
name
-
-
Constructor Summary
Constructors Constructor Description SqlDropView(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier viewName, boolean ifExists, boolean isTemporary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisTemporary()voidunparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)-
Methods inherited from class org.apache.flink.sql.parser.ddl.SqlDropObject
getFullName, getIfExists, getOperandList
-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-