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

Packages that use PredicateLike
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateLike
 PredicateLike SQLQueryModelFactory.createPredicateLike()
          Returns a new object of class 'Predicate Like'.
 PredicateLike QueryValueExpression.getLikeEscape()
          Returns the value of the 'Like Escape' container reference.
 PredicateLike QueryValueExpression.getLikeMatching()
          Returns the value of the 'Like Matching' container reference.
 PredicateLike QueryValueExpression.getLikePattern()
          Returns the value of the 'Like Pattern' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateLike
 void QueryValueExpression.setLikeEscape(PredicateLike value)
          Sets the value of the 'Like Escape' container reference.
 void QueryValueExpression.setLikeMatching(PredicateLike value)
          Sets the value of the 'Like Matching' container reference.
 void QueryValueExpression.setLikePattern(PredicateLike value)
          Sets the value of the 'Like Pattern' container reference.
 

Uses of PredicateLike in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement PredicateLike
 class PredicateLikeImpl
          An implementation of the model object 'SQL Predicate Like'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateLike
 PredicateLike SQLQueryModelFactoryImpl.createPredicateLike()
           
 PredicateLike QueryValueExpressionImpl.getLikeEscape()
           
 PredicateLike QueryValueExpressionImpl.getLikeMatching()
           
 PredicateLike QueryValueExpressionImpl.getLikePattern()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateLike
 NotificationChain QueryValueExpressionImpl.basicSetLikeEscape(PredicateLike newLikeEscape, NotificationChain msgs)
           
 NotificationChain QueryValueExpressionImpl.basicSetLikeMatching(PredicateLike newLikeMatching, NotificationChain msgs)
           
 NotificationChain QueryValueExpressionImpl.basicSetLikePattern(PredicateLike newLikePattern, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setLikeEscape(PredicateLike newLikeEscape)
           
 void QueryValueExpressionImpl.setLikeMatching(PredicateLike newLikeMatching)
           
 void QueryValueExpressionImpl.setLikePattern(PredicateLike newLikePattern)
           
 

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

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



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.