Uses of Class
org.teiid.api.exception.query.QueryValidatorException

Packages that use QueryValidatorException
org.teiid.dqp.internal.process   
org.teiid.query.resolver   
org.teiid.query.sql.symbol   
org.teiid.query.tempdata   
org.teiid.query.validator   
 

Uses of QueryValidatorException in org.teiid.dqp.internal.process
 

Methods in org.teiid.dqp.internal.process that throw QueryValidatorException
protected  void PreparedStatementRequest.checkReferences(java.util.List<Reference> references)
           
protected  void Request.checkReferences(java.util.List<Reference> references)
           
protected  void Request.createCommandContext(Command command)
           
static void PreparedStatementRequest.resolveParameterValues(java.util.List<Reference> params, java.util.List values, CommandContext context, QueryMetadataInterface metadata)
           
 void AuthorizationValidator.validate(Command command, QueryMetadataInterface metadata, CommandContext commandContext)
           
 void DefaultAuthorizationValidator.validate(Command command, QueryMetadataInterface metadata, CommandContext commandContext)
           
protected  void Request.validateAccess(Command command)
           
static void Request.validateWithVisitor(AbstractValidationVisitor visitor, QueryMetadataInterface metadata, Command command)
           
 

Uses of QueryValidatorException in org.teiid.query.resolver
 

Methods in org.teiid.query.resolver that throw QueryValidatorException
static QueryNode QueryResolver.resolveView(GroupSymbol virtualGroup, QueryNode qnode, java.lang.String cacheString, QueryMetadataInterface qmi)
           
static void QueryResolver.validateProjectedSymbols(GroupSymbol virtualGroup, java.util.List<ElementSymbol> symbols, java.util.List<SingleElementSymbol> projectedSymbols)
           
static void QueryResolver.validateProjectedSymbols(GroupSymbol virtualGroup, QueryMetadataInterface qmi, Command result)
           
 

Uses of QueryValidatorException in org.teiid.query.sql.symbol
 

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

Uses of QueryValidatorException in org.teiid.query.tempdata
 

Methods in org.teiid.query.tempdata that throw QueryValidatorException
 TempMetadataID TempTableStore.getGlobalTempTableMetadataId(java.lang.Object viewId, QueryMetadataInterface metadata)
           
 

Uses of QueryValidatorException in org.teiid.query.validator
 

Methods in org.teiid.query.validator that throw QueryValidatorException
 UpdateValidator.UpdateMapping UpdateValidator.UpdateInfo.findInsertUpdateMapping(Insert insert, boolean rewrite)
           
 



Copyright © 2011. All Rights Reserved.