org.teiid.connector.language
Interface ISubqueryContainer

All Known Subinterfaces:
IExistsCriteria, IInlineView, IScalarSubquery, ISubqueryCompareCriteria, ISubqueryInCriteria

public interface ISubqueryContainer

This is a marker interface for language interfaces that contain a subquery.


Method Summary
 IQueryCommand getQuery()
          Get the inner subquery
 void setQuery(IQueryCommand query)
          Set the inner subquery
 

Method Detail

getQuery

IQueryCommand getQuery()
Get the inner subquery

Returns:
Subquery

setQuery

void setQuery(IQueryCommand query)
Set the inner subquery

Parameters:
query - Subquery


Copyright © 2009. All Rights Reserved.