Uses of Class
org.teiid.query.sql.lang.QueryCommand

Packages that use QueryCommand
org.teiid.query.parser   
org.teiid.query.resolver.util   
org.teiid.query.rewriter   
org.teiid.query.sql.lang   
 

Uses of QueryCommand in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return QueryCommand
 QueryCommand SQLParser.queryExpression(ParseInfo info)
          Currently just a place holder to keep consistency with the spec
 QueryCommand SQLParser.queryExpressionBody(ParseInfo info)
           
 QueryCommand SQLParser.queryPrimary(ParseInfo info)
           
 QueryCommand SQLParser.queryTerm(ParseInfo info)
           
 

Uses of QueryCommand in org.teiid.query.resolver.util
 

Methods in org.teiid.query.resolver.util with parameters of type QueryCommand
static void ResolverUtil.resolveOrderBy(OrderBy orderBy, QueryCommand command, QueryMetadataInterface metadata)
          Attempt to resolve the order by throws QueryResolverException if the symbol is not of SingleElementSymbol type
 

Uses of QueryCommand in org.teiid.query.rewriter
 

Methods in org.teiid.query.rewriter that return QueryCommand
 QueryCommand QueryRewriter.rewriteOrderBy(QueryCommand queryCommand)
          Rewrite the order by clause.
 

Methods in org.teiid.query.rewriter with parameters of type QueryCommand
 QueryCommand QueryRewriter.rewriteOrderBy(QueryCommand queryCommand)
          Rewrite the order by clause.
static boolean QueryRewriter.rewriteOrderBy(QueryCommand queryCommand, OrderBy orderBy, java.util.List projectedSymbols, java.util.LinkedList<OrderByItem> unrelatedItems)
           
 

Uses of QueryCommand in org.teiid.query.sql.lang
 

Subclasses of QueryCommand in org.teiid.query.sql.lang
 class Query
          A representation of a data query.
 class SetQuery
          This object acts as a Set operator on multiple Queries - UNION, INTERSECT, and EXCEPT can be implemented with this Class
 

Methods in org.teiid.query.sql.lang that return QueryCommand
 QueryCommand SetQuery.getLeftQuery()
           
 QueryCommand Insert.getQueryExpression()
           
 QueryCommand SetQuery.getRightQuery()
           
 

Methods in org.teiid.query.sql.lang that return types with arguments of type QueryCommand
 java.util.List<QueryCommand> SetQuery.getQueryCommands()
           
 

Methods in org.teiid.query.sql.lang with parameters of type QueryCommand
 void SetQuery.setLeftQuery(QueryCommand leftQuery)
           
 void Insert.setQueryExpression(QueryCommand query)
           
 void SetQuery.setRightQuery(QueryCommand rightQuery)
           
 

Constructors in org.teiid.query.sql.lang with parameters of type QueryCommand
SetQuery(SetQuery.Operation operation, boolean all, QueryCommand leftQuery, QueryCommand rightQuery)
           
 



Copyright © 2010. All Rights Reserved.