public class SqlDropTable extends org.apache.calcite.sql.SqlDrop implements ExtendedSqlNode
Constructor and Description |
---|
SqlDropTable(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
String[] |
fullTableName() |
boolean |
getIfExists() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlIdentifier |
getTableName() |
void |
setIfExists(boolean ifExists) |
void |
setTableName(org.apache.calcite.sql.SqlIdentifier viewName) |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
void |
validate() |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlDropTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, boolean ifExists)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlIdentifier getTableName()
public void setTableName(org.apache.calcite.sql.SqlIdentifier viewName)
public boolean getIfExists()
public void setIfExists(boolean ifExists)
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public void validate()
validate
in interface ExtendedSqlNode
public String[] fullTableName()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.