com.metamatrix.query.sql.lang
Interface SubqueryContainer

All Known Implementing Classes:
AssignmentStatement, CommandStatement, DeclareStatement, ExistsCriteria, LoopStatement, RaiseErrorStatement, ScalarSubquery, SubqueryCompareCriteria, SubqueryFromClause, SubquerySetCriteria

public interface SubqueryContainer

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


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

Method Detail

getCommand

Command getCommand()
Returns the subquery Command object

Returns:
the subquery Command object

setCommand

void setCommand(Command command)
Sets the subquery Command object

Parameters:
command - the subquery Command object


Copyright © 2009. All Rights Reserved.