public class SqlDropTable
extends org.apache.calcite.sql.SqlDrop
Constructor and Description |
---|
SqlDropTable(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean ifExists,
boolean isTemporary) |
Modifier and Type | Method and Description |
---|---|
String[] |
fullTableName() |
boolean |
getIfExists() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlIdentifier |
getTableName() |
boolean |
isTemporary() |
void |
setIfExists(boolean ifExists) |
void |
setTableName(org.apache.calcite.sql.SqlIdentifier viewName) |
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, validate
public SqlDropTable(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, boolean ifExists, boolean isTemporary)
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 boolean isTemporary()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public String[] fullTableName()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.