|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Query in org.teiid.query.optimizer.relational |
|---|
| Methods in org.teiid.query.optimizer.relational that return Query | |
|---|---|
static Query |
RelationalPlanner.createMatViewQuery(java.lang.Object matMetadataId,
java.lang.String matTableName,
java.util.List<? extends SelectSymbol> select,
boolean isGlobal)
|
| Methods in org.teiid.query.optimizer.relational with parameters of type Query | |
|---|---|
void |
AliasGenerator.visit(Query obj)
visit the query in definition order |
| Method parameters in org.teiid.query.optimizer.relational with type arguments of type Query | |
|---|---|
static boolean |
PartitionAnalyzer.extractQueries(QueryCommand queryCommand,
java.util.List<Query> result)
|
| Uses of Query in org.teiid.query.optimizer.relational.rules |
|---|
| Fields in org.teiid.query.optimizer.relational.rules declared as Query | |
|---|---|
Query |
RuleMergeCriteria.PlannedResult.query
|
| Methods in org.teiid.query.optimizer.relational.rules with parameters of type Query | |
|---|---|
static boolean |
RuleMergeCriteria.isDistinct(Query query,
java.util.List<SingleElementSymbol> expressions,
QueryMetadataInterface metadata)
|
| Uses of Query in org.teiid.query.parser |
|---|
| Methods in org.teiid.query.parser that return Query | |
|---|---|
Query |
SQLParser.query(ParseInfo info)
Parse a SELECT query |
| Uses of Query in org.teiid.query.resolver |
|---|
| Methods in org.teiid.query.resolver with parameters of type Query | |
|---|---|
static boolean |
QueryResolver.isXMLQuery(Query query,
QueryMetadataInterface metadata)
Check to verify if the query would return XML results. |
| Uses of Query in org.teiid.query.resolver.command |
|---|
| Methods in org.teiid.query.resolver.command with parameters of type Query | |
|---|---|
void |
SimpleQueryResolver.QueryResolverVisitor.visit(Query obj)
Resolving a Query requires a special ordering |
| Constructors in org.teiid.query.resolver.command with parameters of type Query | |
|---|---|
SimpleQueryResolver.QueryResolverVisitor(Query query,
TempMetadataAdapter metadata)
|
|
| Uses of Query in org.teiid.query.resolver.util |
|---|
| Methods in org.teiid.query.resolver.util with parameters of type Query | |
|---|---|
static void |
ResolverUtil.findKeyPreserved(Query query,
java.util.Set<GroupSymbol> keyPreservingGroups,
QueryMetadataInterface metadata)
|
| Uses of Query in org.teiid.query.rewriter |
|---|
| Methods in org.teiid.query.rewriter that return Query | |
|---|---|
static Query |
QueryRewriter.createInlineViewQuery(GroupSymbol inlineGroup,
Command nested,
QueryMetadataInterface metadata,
java.util.List<? extends SingleElementSymbol> actualSymbols)
|
| Methods in org.teiid.query.rewriter with parameters of type Query | |
|---|---|
static boolean |
QueryRewriter.isDistinctWithGroupBy(Query query)
|
| Uses of Query in org.teiid.query.sql |
|---|
| Methods in org.teiid.query.sql with parameters of type Query | |
|---|---|
void |
LanguageVisitor.visit(Query obj)
|
| Uses of Query in org.teiid.query.sql.lang |
|---|
| Methods in org.teiid.query.sql.lang that return Query | |
|---|---|
Query |
Query.getProjectedQuery()
|
Query |
SetQuery.getProjectedQuery()
|
abstract Query |
QueryCommand.getProjectedQuery()
|
| Uses of Query in org.teiid.query.sql.navigator |
|---|
| Methods in org.teiid.query.sql.navigator with parameters of type Query | |
|---|---|
void |
PreOrPostOrderNavigator.visit(Query obj)
|
| Uses of Query in org.teiid.query.sql.proc |
|---|
| Methods in org.teiid.query.sql.proc with parameters of type Query | |
|---|---|
void |
LoopStatement.setCommand(Query query)
|
| Uses of Query in org.teiid.query.sql.visitor |
|---|
| Methods in org.teiid.query.sql.visitor with parameters of type Query | |
|---|---|
void |
SQLStringVisitor.visit(Query obj)
|
| Uses of Query in org.teiid.query.validator |
|---|
| Methods in org.teiid.query.validator that return Query | |
|---|---|
Query |
UpdateValidator.UpdateInfo.getViewDefinition()
|
| Methods in org.teiid.query.validator with parameters of type Query | |
|---|---|
protected void |
ValidationVisitor.validateSelectInto(Query query)
Validates SELECT INTO queries. |
void |
ValidationVisitor.visit(Query obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||