public abstract class SqlCreate extends SqlDdl
| Modifier and Type | Field and Description |
|---|---|
boolean |
ifNotExists
Whether "IF NOT EXISTS" was specified.
|
DDL_OPERATOREMPTY_ARRAY, pos| Modifier | Constructor and Description |
|---|---|
protected |
SqlCreate(SqlOperator operator,
SqlParserPos pos,
boolean replace,
boolean ifNotExists)
Creates a SqlCreate.
|
protected |
SqlCreate(SqlParserPos pos,
boolean replace)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReplace() |
void |
setReplace(boolean replace) |
getOperatoraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, unparse, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExprprotected SqlCreate(SqlOperator operator, SqlParserPos pos, boolean replace, boolean ifNotExists)
@Deprecated protected SqlCreate(SqlParserPos pos, boolean replace)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.