public abstract class SqlAlterHiveDatabase extends SqlAlterDatabase
Modifier and Type | Class and Description |
---|---|
static class |
SqlAlterHiveDatabase.AlterHiveDatabaseOp
Type of ALTER DATABASE operation.
|
Modifier and Type | Field and Description |
---|---|
static String |
ALTER_DATABASE_OP |
protected org.apache.calcite.sql.SqlNodeList |
originPropList |
OPERATOR
Constructor and Description |
---|
SqlAlterHiveDatabase(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier databaseName,
org.apache.calcite.sql.SqlNodeList propertyList) |
Modifier and Type | Method and Description |
---|---|
protected abstract SqlAlterHiveDatabase.AlterHiveDatabaseOp |
getAlterOp() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullDatabaseName, getDatabaseName, getOperandList, getOperator, getPropertyList
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public static final String ALTER_DATABASE_OP
protected final org.apache.calcite.sql.SqlNodeList originPropList
public SqlAlterHiveDatabase(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier databaseName, org.apache.calcite.sql.SqlNodeList propertyList)
protected abstract SqlAlterHiveDatabase.AlterHiveDatabaseOp getAlterOp()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class SqlAlterDatabase
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.