public class SqlDropView
extends org.apache.calcite.sql.SqlDrop
| Constructor and Description |
|---|
SqlDropView(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewName,
boolean ifExists,
boolean isTemporary) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
fullViewName() |
boolean |
getIfExists() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlIdentifier |
getViewName() |
boolean |
isTemporary() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlDropView(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewName,
boolean ifExists,
boolean isTemporary)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.calcite.sql.SqlCallpublic org.apache.calcite.sql.SqlIdentifier getViewName()
public boolean getIfExists()
public void unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparse in class org.apache.calcite.sql.SqlCallpublic boolean isTemporary()
public String[] fullViewName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.