com.sas.iquery.metadata.expr.relational
Class SimpleConditionalExpression_TestForNull
com.sas.iquery.metadata.expr.relational.SimpleConditionalExpression_TestForNull
- All Implemented Interfaces:
- Base, BusinessModelResourceReferencer, CascadableFilter, ModelItem, UsabilityInterface, ExpressionInterface, PropertyChangeListenee, java.beans.PropertyChangeListener, java.lang.Cloneable, java.util.EventListener
public class SimpleConditionalExpression_TestForNull
- implements BusinessModelResourceReferencer
Models the testing for the NULL simple conditional expression, which has the following abstract form:
<WhatToCompare> IS [NOT] NULL
SimpleConditionalExpression_TestForNull
public SimpleConditionalExpression_TestForNull()
setWhatToCompare
public void setWhatToCompare(ExpressionInterface expr)
- Sets the expression that is to be tested for
NULL
.
- Parameters:
expr
- the expression to be tested.
getWhatToCompare
public ExpressionInterface getWhatToCompare()
- Returns the expression that is tested for
NULL
.
- Returns:
- the expression to be tested.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.