public class And extends BinaryLogicalExpression
left, right| Constructor and Description |
|---|
And(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 And(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 © 2025 MuleSoft, Inc.. All rights reserved.