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) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public IsNull(QueryExpression<? extends Type> operand)
Copyright © 2016 SAPERION AG. All rights reserved.