public class SqlCreateHiveDatabase
extends org.apache.flink.sql.parser.ddl.SqlCreateDatabase
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DATABASE_LOCATION_URI |
| 构造器和说明 |
|---|
SqlCreateHiveDatabase(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier databaseName,
org.apache.calcite.sql.SqlNodeList propertyList,
org.apache.calcite.sql.SqlCharStringLiteral comment,
org.apache.calcite.sql.SqlCharStringLiteral location,
boolean ifNotExists) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
fullDatabaseName, getComment, getDatabaseName, getOperandList, getOperator, getPropertyList, isIfNotExists, printIndentaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlCreateHiveDatabase(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier databaseName,
org.apache.calcite.sql.SqlNodeList propertyList,
org.apache.calcite.sql.SqlCharStringLiteral comment,
org.apache.calcite.sql.SqlCharStringLiteral location,
boolean ifNotExists)
throws ParseException
ParseExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.