public class FieldComparison extends Expression
| Constructor and Description |
|---|
FieldComparison(BinaryOperator operator,
Field field,
Value value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(QueryTranslator queryVisitor)
Translates an expression using the specified
queryTranslator from
DSQL into an expression in Native Query Language. |
Field |
getField() |
BinaryOperator |
getOperator() |
Value |
getValue() |
isEmptypublic FieldComparison(BinaryOperator operator, Field field, Value value)
public Field getField()
public BinaryOperator getOperator()
public Value getValue()
public void accept(QueryTranslator queryVisitor)
queryTranslator from
DSQL into an expression in Native Query Language.accept in class ExpressionqueryVisitor - a QueryTranslator instance.Copyright © 2019 MuleSoft, Inc.. All rights reserved.