Uses of Interface
org.teiid.language.SubqueryContainer

Packages that use SubqueryContainer
org.teiid.language   
 

Uses of SubqueryContainer in org.teiid.language
 

Classes in org.teiid.language that implement SubqueryContainer
 class Exists
          Represents an EXISTS criteria that checks whether any results would be returned from a subquery.
 class ScalarSubquery
          Represents a scalar subquery.
 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.
 class WithItem
           
 



Copyright © 2011. All Rights Reserved.