public class SqlDropCatalog
extends org.apache.calcite.sql.SqlDrop
Constructor and Description |
---|
SqlDropCatalog(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier catalogName,
boolean ifExists) |
Modifier and Type | Method and Description |
---|---|
String |
catalogName() |
org.apache.calcite.sql.SqlIdentifier |
getCatalogName() |
boolean |
getIfExists() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
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 SqlDropCatalog(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier catalogName, boolean ifExists)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlIdentifier getCatalogName()
public boolean getIfExists()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public String catalogName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.