Package org.apache.flink.sql.parser.ddl
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.SqlDropView
-
- All Implemented Interfaces:
Cloneable
public class SqlDropView extends org.apache.calcite.sql.SqlDropDROP VIEW DDL sql call.
-
-
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 String[]fullViewName()booleangetIfExists()List<org.apache.calcite.sql.SqlNode>getOperandList()org.apache.calcite.sql.SqlIdentifiergetViewName()booleanisTemporary()voidunparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)-
Methods inherited from class org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
-
-
-
-
Method Detail
-
getOperandList
public List<org.apache.calcite.sql.SqlNode> getOperandList()
- Specified by:
getOperandListin classorg.apache.calcite.sql.SqlCall
-
getViewName
public org.apache.calcite.sql.SqlIdentifier getViewName()
-
getIfExists
public boolean getIfExists()
-
unparse
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)- Overrides:
unparsein classorg.apache.calcite.sql.SqlCall
-
isTemporary
public boolean isTemporary()
-
fullViewName
public String[] fullViewName()
-
-