| Modifier and Type | Field and Description |
|---|---|
private SqlNode |
expression |
private SqlIdentifier |
name |
private static SqlSpecialOperator |
OPERATOR |
EMPTY_ARRAY, pos| Constructor and Description |
|---|
SqlCheckConstraint(SqlParserPos pos,
SqlIdentifier name,
SqlNode expression)
Creates a SqlCheckConstraint; use
SqlDdlNodes.check(org.apache.calcite.sql.parser.SqlParserPos, org.apache.calcite.sql.SqlIdentifier, org.apache.calcite.sql.SqlNode). |
| Modifier and Type | Method and Description |
|---|---|
List<SqlNode> |
getOperandList() |
SqlOperator |
getOperator() |
void |
unparse(SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateclone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toSqlString, toSqlString, toString, validateExprprivate static final SqlSpecialOperator OPERATOR
private final SqlIdentifier name
private final SqlNode expression
SqlCheckConstraint(SqlParserPos pos, SqlIdentifier name, SqlNode expression)
SqlDdlNodes.check(org.apache.calcite.sql.parser.SqlParserPos, org.apache.calcite.sql.SqlIdentifier, org.apache.calcite.sql.SqlNode).public SqlOperator getOperator()
getOperator in class SqlCallpublic List<SqlNode> getOperandList()
getOperandList in class SqlCallCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.