public class IsNullPredicate extends AbstractPredicate
IS [NOT] NULL predicate.| Modifier and Type | Class and Description |
|---|---|
static class |
IsNullPredicate.IsNullPredicateOperator
An operator for
IsNullPredicate class. |
| Constructor and Description |
|---|
IsNullPredicate(IsNullPredicate.IsNullPredicateOperator operator,
ValueExpression operand)
Creates a new instance of
IsNullPredicate for IS [NOT] NULL predicate. |
IsNullPredicate(ValueExpression operand)
Creates a new instance of
IsNullPredicate for IS NULL predicate. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PredicateVisitor visitor)
Accepts
PredicateVisitor. |
ValueExpression |
getOperand()
Returns the value expression to be checked for
null. |
accept, accept, getOperatorpublic IsNullPredicate(ValueExpression operand)
IsNullPredicate for IS NULL predicate.operand - value expression to check for nullpublic IsNullPredicate(IsNullPredicate.IsNullPredicateOperator operator, ValueExpression operand)
IsNullPredicate for IS [NOT] NULL predicate.operator - predicate operatoroperand - value expression to check for nullpublic ValueExpression getOperand()
null.public void accept(PredicateVisitor visitor)
PredicatePredicateVisitor.visitor - predicate visitor to acceptCopyright © 2018–2021. All rights reserved.