public abstract class SqlAlterView
extends org.apache.calcite.sql.SqlCall
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
protected org.apache.calcite.sql.SqlIdentifier |
viewIdentifier |
| Constructor and Description |
|---|
SqlAlterView(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
fullViewName() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
org.apache.calcite.sql.SqlIdentifier |
getViewIdentifier() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic static final org.apache.calcite.sql.SqlSpecialOperator OPERATOR
protected final org.apache.calcite.sql.SqlIdentifier viewIdentifier
public SqlAlterView(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewIdentifier)
public org.apache.calcite.sql.SqlIdentifier getViewIdentifier()
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator in class org.apache.calcite.sql.SqlCallpublic void unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparse in class org.apache.calcite.sql.SqlCallpublic String[] fullViewName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.