public class NotMemberOf<ElementType,CollectionType extends Collection<ElementType>> extends BinaryFunction<ElementType,CollectionType,Boolean>
com.saperion.database.query.QueryPredicate
that checks whether its first operand is not a member
of the second one.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
NotMemberOf(QueryExpression<? extends ElementType> operand1,
QueryExpression<? extends CollectionType> operand2) |
Modifier and Type | Method and Description |
---|---|
QueryExpression<Boolean> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand1, getOperand2, precedence, queryStringSizeGuess, setOperand1, setOperand2, toString
getChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType
public static final String OPERATOR_IDENTIFIER
public NotMemberOf(QueryExpression<? extends ElementType> operand1, QueryExpression<? extends CollectionType> operand2)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.