|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.rewriter |
---|
Methods in com.metamatrix.query.rewriter that return Query | |
---|---|
static Query |
QueryRewriter.createInlineViewQuery(GroupSymbol group,
QueryCommand nested,
QueryMetadataInterface metadata,
java.util.List actualSymbols)
|
Methods in com.metamatrix.query.rewriter with parameters of type Query | |
---|---|
static void |
QueryRewriter.makeSelectUnique(Query query,
boolean expressionSymbolsOnly)
|
void |
VariableSubstitutionVisitor.visit(Query obj)
|
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()
|
abstract Query |
QueryCommand.getProjectedQuery()
|
Query |
Query.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)
|
void |
EvaluateExpressionVisitor.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 |
ValidationVisitor.visit(Query obj)
|
void |
UpdateValidationVisitor.visit(Query obj)
This method visits the Query object and verifies that
it has only a Select and From clause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |