|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIsNullCriteria
Represents an IS NULL criteria.
| Method Summary | |
|---|---|
IExpression |
getExpression()
Get the expression being checked for null. |
boolean |
isNegated()
Returns whether this criteria is negated. |
void |
setExpression(IExpression expression)
Set expression of criteria |
void |
setNegated(boolean negated)
Sets whether this criteria is negated. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
IExpression getExpression()
void setExpression(IExpression expression)
boolean isNegated()
void setNegated(boolean negated)
negated - Flag indicating whether this criteria contains a NOT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||