| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ifNotExists
Whether "IF NOT EXISTS" was specified.
|
(package private) boolean |
replace
Whether "OR REPLACE" was specified.
|
DDL_OPERATOREMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlCreate(SqlOperator operator,
SqlParserPos pos,
boolean replace,
boolean ifNotExists)
Creates a SqlCreate.
|
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, toSqlString, toSqlString, toString, validateExprboolean replace
protected final boolean ifNotExists
public SqlCreate(SqlOperator operator, SqlParserPos pos, boolean replace, boolean ifNotExists)
@Deprecated public SqlCreate(SqlParserPos pos, boolean replace)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.