public class Or extends BinaryLogicalExpression
left, right| Constructor and Description |
|---|
Or(Expression left,
Expression right) |
| 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. |
getLeft, getRightisEmptypublic Or(Expression left, Expression right)
public void accept(QueryTranslator queryVisitor)
queryTranslator from
DSQL into an expression in Native Query Language.accept in class ExpressionqueryVisitor - a QueryTranslator instance.Copyright © 2017 MuleSoft, Inc.. All rights reserved.