Uses of Interface
org.teiid.language.Predicate

Packages that use Predicate
org.teiid.language   
 

Uses of Predicate in org.teiid.language
 

Classes in org.teiid.language that implement Predicate
 class BaseInCondition
           
 class Comparison
          Represents a comparison between two expressions connected with one of the following operators: =, <>, <, <=, >, >=.
 class Exists
          Represents an EXISTS criteria that checks whether any results would be returned from a subquery.
 class In
           
 class IsNull
          Represents an IS NULL predicate.
 class Like
           
 class SubqueryComparison
          Represents a quantified comparison criteria.
 class SubqueryIn
          Represents an IN criteria that uses a subquery on the right side rather than a list of values.
 



Copyright © 2011. All Rights Reserved.