public class Conjunction extends BinaryOperation<Boolean>
QueryExpression
that conjuncts two
QueryConditions
i.e. it is true if and only if both
conditions are true.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
Conjunction(QueryExpression<Boolean> operand1,
QueryExpression<Boolean> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toString
public static final String OPERATOR_IDENTIFIER
public Conjunction(QueryExpression<Boolean> operand1, QueryExpression<Boolean> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.