Uses of Class
com.metamatrix.api.exception.query.QueryValidatorException

Packages that use QueryValidatorException
com.metamatrix.query.rewriter   
com.metamatrix.query.sql.symbol   
 

Uses of QueryValidatorException in com.metamatrix.query.rewriter
 

Methods in com.metamatrix.query.rewriter that throw QueryValidatorException
static Command QueryRewriter.rewrite(Command command, CreateUpdateProcedureCommand procCommand, QueryMetadataInterface metadata, CommandContext context)
           
static Command QueryRewriter.rewrite(Command command, CreateUpdateProcedureCommand procCommand, QueryMetadataInterface metadata, CommandContext context, java.util.Map variableValues, int commandType)
           
static Criteria QueryRewriter.rewriteCriteria(Criteria criteria, CreateUpdateProcedureCommand procCommand, CommandContext context, QueryMetadataInterface metadata)
          Rewrite the criteria by evaluating some trivial cases.
static Expression QueryRewriter.rewriteExpression(Expression expression, CreateUpdateProcedureCommand procCommand, CommandContext context, QueryMetadataInterface metadata)
           
 

Uses of QueryValidatorException in com.metamatrix.query.sql.symbol
 

Methods in com.metamatrix.query.sql.symbol that throw QueryValidatorException
 void Reference.Constraint.validate(java.lang.Object value)
           
 



Copyright © 2009. All Rights Reserved.