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

Packages that use ISubqueryContainer
org.teiid.connector.language   
 

Uses of ISubqueryContainer in org.teiid.connector.language
 

Subinterfaces of ISubqueryContainer in org.teiid.connector.language
 interface IExistsCriteria
          Represents an EXISTS criteria that checks whether any results would be returned from a subquery.
 interface IInlineView
          An inline view represents a subquery in the FROM clause that defines a query-able context for the outer query.
 interface IScalarSubquery
          Represents a scalar subquery.
 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.