public class IsNull<Type> extends UnaryOperator<Type,Boolean>
QueryExpression that checks whether its operand is null.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
IsNull(QueryExpression<? extends Type> operand) |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression<Boolean> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand, precedence, queryStringSizeGuess, setOperand, toStringgetChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChildclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExpressionType, listDescendantsOfType, listParentsOfDescendantsOfTypepublic static final String OPERATOR_IDENTIFIER
public IsNull(QueryExpression<? extends Type> operand)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.