Uses of Interface
org.eclipse.datatools.modelbase.sql.query.PredicateIsNull

Packages that use PredicateIsNull
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

Uses of PredicateIsNull in org.eclipse.datatools.modelbase.sql.query
 

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateIsNull
 PredicateIsNull SQLQueryModelFactory.createPredicateIsNull()
          Returns a new object of class 'Predicate Is Null'.
 PredicateIsNull QueryValueExpression.getPredicateNull()
          Returns the value of the 'Predicate Null' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateIsNull
 void QueryValueExpression.setPredicateNull(PredicateIsNull value)
          Sets the value of the 'Predicate Null' container reference.
 

Uses of PredicateIsNull in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type PredicateIsNull
 java.lang.Object SQLQueryModelSwitch.casePredicateIsNull(PredicateIsNull object)
          Returns the result of interpreting the object as an instance of 'Predicate Is Null'.
 

Uses of PredicateIsNull in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query that return PredicateIsNull
 PredicateIsNull SQLQueryParserFactory.createPredicateNull(QueryValueExpression aValueExpr, boolean isNotNull)