Uses of Class
com.metamatrix.query.sql.lang.OrderBy

Packages that use OrderBy
com.metamatrix.query.mapping.xml   
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.parser   
com.metamatrix.query.resolver.command   
com.metamatrix.query.resolver.util   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

Uses of OrderBy in com.metamatrix.query.mapping.xml
 

Methods in com.metamatrix.query.mapping.xml that return OrderBy
 OrderBy ResultSetInfo.getOrderBy()
           
 

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

Uses of OrderBy in com.metamatrix.query.optimizer.relational
 

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

Uses of OrderBy in com.metamatrix.query.parser
 

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

Uses of OrderBy in com.metamatrix.query.resolver.command
 

Methods in com.metamatrix.query.resolver.command with parameters of type OrderBy
 void SimpleQueryResolver.QueryResolverVisitor.visit(OrderBy obj)
           
 

Uses of OrderBy in com.metamatrix.query.resolver.util
 

Methods in com.metamatrix.query.resolver.util with parameters of type OrderBy
static boolean ResolverUtil.orderByContainsVariable(OrderBy orderBy, SingleElementSymbol ses, int position)
          Checks if a variable is in the ORDER BY
static void ResolverUtil.resolveOrderBy(OrderBy orderBy, java.util.List fromClauseGroups, java.util.List knownElements, QueryMetadataInterface metadata)
          Attempt to resolve the order by throws QueryResolverException if the symbol is not of SingleElementSymbol type
 

Uses of OrderBy in com.metamatrix.query.sql
 

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

Uses of OrderBy in com.metamatrix.query.sql.lang
 

Methods in com.metamatrix.query.sql.lang that return OrderBy
 OrderBy QueryCommand.getOrderBy()
          Get the order by clause for the query.
 

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

Constructors in com.metamatrix.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 com.metamatrix.query.sql.navigator
 

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

Uses of OrderBy in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor with parameters of type OrderBy
 void SQLStringVisitor.visit(OrderBy obj)
           
 void ExpressionMappingVisitor.visit(OrderBy obj)
          Swap each SingleElementSymbol in OrderBy (other symbols are ignored).
 

Uses of OrderBy in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type OrderBy
 void ValidationVisitor.visit(OrderBy obj)
           
 



Copyright © 2009. All Rights Reserved.