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

Packages that use OrderBy
org.teiid.query.mapping.xml   
org.teiid.query.optimizer.relational   
org.teiid.query.parser   
org.teiid.query.resolver.command   
org.teiid.query.resolver.util   
org.teiid.query.rewriter   
org.teiid.query.sql   
org.teiid.query.sql.lang   
org.teiid.query.sql.navigator   
org.teiid.query.sql.symbol   
org.teiid.query.sql.visitor   
 

Uses of OrderBy in org.teiid.query.mapping.xml
 

Methods in org.teiid.query.mapping.xml that return OrderBy
 OrderBy ResultSetInfo.getOrderBy()
           
 

Methods in org.teiid.query.mapping.xml with parameters of type OrderBy
 void ResultSetInfo.setOrderBy(OrderBy orderBy)
           
 

Uses of OrderBy in org.teiid.query.optimizer.relational
 

Methods in org.teiid.query.optimizer.relational with parameters of type OrderBy
 void AliasGenerator.visit(OrderBy obj)
           
 

Uses of OrderBy in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return OrderBy
 OrderBy SQLParser.orderby(ParseInfo info)
          Parse an ORDER BY clause.
 

Uses of OrderBy in org.teiid.query.resolver.command
 

Methods in org.teiid.query.resolver.command with parameters of type OrderBy
static boolean SetQueryResolver.orderByContainsVariable(OrderBy orderBy, SingleElementSymbol ses, int position)
          Checks if a variable is in the ORDER BY
 

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

Methods in org.teiid.query.resolver.util with parameters of type OrderBy
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 OrderBy in org.teiid.query.rewriter
 

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

Uses of OrderBy in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type OrderBy
 void LanguageVisitor.visit(OrderBy obj)
           
 

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

Methods in org.teiid.query.sql.lang that return OrderBy
 OrderBy OrderBy.clone()
          Return deep copy of this ORDER BY clause.
 OrderBy QueryCommand.getOrderBy()
          Get the order by clause for the query.
 

Methods in org.teiid.query.sql.lang with parameters of type OrderBy
 void QueryCommand.setOrderBy(OrderBy orderBy)
          Set the order by clause for the query.
 

Constructors in org.teiid.query.sql.lang with parameters of type OrderBy
Query(Select select, From from, Criteria criteria, GroupBy groupBy, Criteria having, OrderBy orderBy, Option option)
          Constructs an instance of this class given all the clauses
Query(Select select, From from, Criteria criteria, OrderBy orderBy, Option option)
          Constructs an instance of this class given the specified clauses
 

Uses of OrderBy in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type OrderBy
 void PreOrPostOrderNavigator.visit(OrderBy obj)
           
 

Uses of OrderBy in org.teiid.query.sql.symbol
 

Methods in org.teiid.query.sql.symbol that return OrderBy
 OrderBy AggregateSymbol.getOrderBy()
           
 

Methods in org.teiid.query.sql.symbol with parameters of type OrderBy
 void AggregateSymbol.setOrderBy(OrderBy orderBy)
           
 

Uses of OrderBy in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type OrderBy
 void SQLStringVisitor.visit(OrderBy obj)
           
 



Copyright © 2010. All Rights Reserved.