|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.resolver.command.SetQueryResolver
public class SetQueryResolver
| Constructor Summary | |
|---|---|
SetQueryResolver()
|
|
| Method Summary | |
|---|---|
static boolean |
orderByContainsVariable(OrderBy orderBy,
SingleElementSymbol ses,
int position)
Checks if a variable is in the ORDER BY |
void |
resolveCommand(Command command,
TempMetadataAdapter metadata,
boolean resolveNullLiterals)
Resolve the command using the metadata. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetQueryResolver()
| Method Detail |
|---|
public void resolveCommand(Command command,
TempMetadataAdapter metadata,
boolean resolveNullLiterals)
throws QueryMetadataException,
QueryResolverException,
TeiidComponentException
CommandResolver
resolveCommand in interface CommandResolvercommand - The command to resolvemetadata - MetadataresolveNullLiterals - true if the resolver should consider replacing null literals with more appropriate types
QueryMetadataException - If there is a metadata problem
QueryResolverException - If the query cannot be resolved
TeiidComponentException - If there is an internal errorCommandResolver.resolveCommand(org.teiid.query.sql.lang.Command, TempMetadataAdapter, boolean)
public static boolean orderByContainsVariable(OrderBy orderBy,
SingleElementSymbol ses,
int position)
position - 0-based index of the variable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||