org.teiid.query.sql.lang
Interface SubqueryContainer<T extends Command>

All Known Implementing Classes:
CommandStatement, ExistsCriteria, LoopStatement, ScalarSubquery, SubqueryCompareCriteria, SubqueryFromClause, SubquerySetCriteria, WithQueryCommand

public interface SubqueryContainer<T extends Command>

This interface defines a common interface for all MetaMatrix SQL objects that contain subqueries.


Method Summary
 T getCommand()
          Returns the subquery Command object
 void setCommand(T command)
          Sets the subquery Command object
 

Method Detail

getCommand

T getCommand()
Returns the subquery Command object

Returns:
the subquery Command object

setCommand

void setCommand(T command)
Sets the subquery Command object

Parameters:
command - the subquery Command object


Copyright © 2011. All Rights Reserved.