Uses of Class
org.teiid.api.exception.query.QueryValidatorException
-
-
Uses of QueryValidatorException in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that throw QueryValidatorException Modifier and Type Method Description protected void
PreparedStatementRequest. checkReferences(List<Reference> references)
protected void
Request. checkReferences(List<Reference> references)
static void
PreparedStatementRequest. resolveParameterValues(List<Reference> params, List values, CommandContext context, QueryMetadataInterface metadata)
boolean
AuthorizationValidator. validate(String[] originalSql, Command command, QueryMetadataInterface metadata, CommandContext commandContext, AuthorizationValidator.CommandType commandType)
Validates the given command.boolean
DefaultAuthorizationValidator. validate(String[] originalSql, Command command, QueryMetadataInterface metadata, CommandContext commandContext, AuthorizationValidator.CommandType commandType)
protected boolean
Request. validateAccess(String[] commandStr, Command command, AuthorizationValidator.CommandType type)
static void
Request. validateWithVisitor(AbstractValidationVisitor visitor, QueryMetadataInterface metadata, Command command)
-
Uses of QueryValidatorException in org.teiid.query.processor.proc
Methods in org.teiid.query.processor.proc that throw QueryValidatorException Modifier and Type Method Description static void
ProcedurePlan. checkNotNull(ElementSymbol param, Object value, QueryMetadataInterface metadata)
-
Uses of QueryValidatorException in org.teiid.query.resolver
Methods in org.teiid.query.resolver that throw QueryValidatorException Modifier and Type Method Description static QueryNode
QueryResolver. resolveView(GroupSymbol virtualGroup, QueryNode qnode, String cacheString, QueryMetadataInterface qmi, boolean logValidation)
static void
QueryResolver. validateProjectedSymbols(GroupSymbol virtualGroup, List<? extends Expression> symbols, List<? extends Expression> projectedSymbols)
static void
QueryResolver. validateProjectedSymbols(GroupSymbol virtualGroup, QueryMetadataInterface qmi, Command result)
-
Uses of QueryValidatorException in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter that throw QueryValidatorException Modifier and Type Method Description static Command
QueryRewriter. rewriteAsUpsertProcedure(Insert insert, QueryMetadataInterface metadata, CommandContext context)
-
Uses of QueryValidatorException in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that throw QueryValidatorException Modifier and Type Method Description void
Reference.Constraint. validate(Object value)
-
Uses of QueryValidatorException in org.teiid.query.validator
Methods in org.teiid.query.validator that throw QueryValidatorException Modifier and Type Method Description UpdateValidator.UpdateMapping
UpdateValidator.UpdateInfo. findInsertUpdateMapping(Insert insert, boolean rewrite)
-