Methods in com.metamatrix.query.rewriter that throw QueryValidatorException |
static Command |
QueryRewriter.rewrite(Command command,
Command procCommand,
QueryMetadataInterface metadata,
CommandContext context)
|
static Criteria |
QueryRewriter.rewriteCriteria(Criteria criteria,
Command procCommand,
CommandContext context,
QueryMetadataInterface metadata)
Rewrite the criteria by evaluating some trivial cases. |
static Expression |
QueryRewriter.rewriteExpression(Expression expression,
Command procCommand,
CommandContext context,
QueryMetadataInterface metadata)
|
static void |
QueryRewriter.rewriteOrderBy(QueryCommand query,
Command procCommand,
QueryMetadataInterface metadata,
CommandContext context)
Rewrite the order by clause. |
static void |
VariableSubstitutionVisitor.substituteVariables(LanguageObject obj,
java.util.Map variableValues,
int commandType)
Helper to visit the language object specified and replace any variables a Reference obj,
and collect the references returned. |