Uses of Interface
org.teiid.connector.language.IPredicateCriteria

Packages that use IPredicateCriteria
org.teiid.connector.language   
 

Uses of IPredicateCriteria in org.teiid.connector.language
 

Subinterfaces of IPredicateCriteria in org.teiid.connector.language
 interface IBaseInCriteria
           
 interface ICompareCriteria
          Represents a comparison between two expressions connected with one of the following operators: =, <>, <, <=, >, >=.
 interface IExistsCriteria
          Represents an EXISTS criteria that checks whether any results would be returned from a subquery.
 interface IInCriteria
          Represents an IN criteria.
 interface IIsNullCriteria
          Represents an IS NULL criteria.
 interface ILikeCriteria
          Represents a LIKE criteria in the language.
 interface ISubqueryCompareCriteria
          Represents a quantified comparison criteria.
 interface ISubqueryInCriteria
          Represents an IN criteria that uses a subquery on the right side rather than a list of values.
 



Copyright © 2009. All Rights Reserved.