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

Packages that use Query
com.metamatrix.query.optimizer.relational   
com.metamatrix.query.parser   
com.metamatrix.query.resolver.command   
com.metamatrix.query.sql   
com.metamatrix.query.sql.lang   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.proc   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

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

Methods in com.metamatrix.query.optimizer.relational with parameters of type Query
 void AliasGenerator.visit(Query obj)
          visit the query in definition order
 

Uses of Query in com.metamatrix.query.parser
 

Methods in com.metamatrix.query.parser that return Query
 Query SQLParser.query(ParseInfo info)
          Parse a SELECT query
 

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

Methods in com.metamatrix.query.resolver.command with parameters of type Query
 void SimpleQueryResolver.QueryResolverVisitor.visit(Query obj)
          Resolving a Query requires a special ordering Note that into is actually first to handle mat view logic
 

Constructors in com.metamatrix.query.resolver.command with parameters of type Query
SimpleQueryResolver.QueryResolverVisitor(Query query, TempMetadataAdapter metadata, boolean expandCommand, AnalysisRecord record)
           
 

Uses of Query in com.metamatrix.query.sql
 

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

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

Methods in com.metamatrix.query.sql.lang that return Query
 Query SetQuery.getProjectedQuery()
           
 Query Query.getProjectedQuery()
           
abstract  Query QueryCommand.getProjectedQuery()
           
 

Uses of Query in com.metamatrix.query.sql.navigator
 

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

Uses of Query in com.metamatrix.query.sql.proc
 

Methods in com.metamatrix.query.sql.proc with parameters of type Query
 void LoopStatement.setCommand(Query query)
           
 

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

Methods in com.metamatrix.query.sql.visitor with parameters of type Query
 void SQLStringVisitor.visit(Query obj)
           
 

Uses of Query in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type Query
protected  void ValidationVisitor.validateSelectInto(Query query)
          Validates SELECT INTO queries.
 void UpdateValidationVisitor.visit(Query obj)
           This method visits the Query object and verifies that it has only a Select and From clause.
 void ValidationVisitor.visit(Query obj)
           
 



Copyright © 2009. All Rights Reserved.