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.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement PredicateIsNull
 class PredicateIsNullImpl
           An implementation of the model object 'SQL Predicate Null'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateIsNull
 PredicateIsNull SQLQueryModelFactoryImpl.createPredicateIsNull()
           
 PredicateIsNull QueryValueExpressionImpl.getPredicateNull()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateIsNull
 NotificationChain QueryValueExpressionImpl.basicSetPredicateNull(PredicateIsNull newPredicateNull, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setPredicateNull(PredicateIsNull newPredicateNull)
           
 

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 interpretting the object as an instance of 'Predicate Is Null'.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.