public class Disjunction extends BinaryOperation<Boolean>
QueryExpression that disjuncts two
QueryConditions i.e. it is true if and only if at least on
condition is true.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
Disjunction(QueryExpression<Boolean> operand1,
QueryExpression<Boolean> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public Disjunction(QueryExpression<Boolean> operand1, QueryExpression<Boolean> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.