Modifier and Type | Method and Description |
---|---|
protected void |
Request.checkReferences(List<Reference> references) |
protected void |
PreparedStatementRequest.checkReferences(List<Reference> references) |
static void |
PreparedStatementRequest.resolveParameterValues(List<Reference> params,
List values,
CommandContext context,
QueryMetadataInterface metadata) |
boolean |
DefaultAuthorizationValidator.validate(String[] originalSql,
Command command,
QueryMetadataInterface metadata,
CommandContext commandContext,
AuthorizationValidator.CommandType commandType) |
boolean |
AuthorizationValidator.validate(String[] originalSql,
Command command,
QueryMetadataInterface metadata,
CommandContext commandContext,
AuthorizationValidator.CommandType commandType)
Validates the given command.
|
protected boolean |
Request.validateAccess(String[] commandStr,
Command command,
AuthorizationValidator.CommandType type) |
static void |
Request.validateWithVisitor(AbstractValidationVisitor visitor,
QueryMetadataInterface metadata,
Command command) |
Modifier and Type | Method and Description |
---|---|
static void |
ProcedurePlan.checkNotNull(ElementSymbol param,
Object value,
QueryMetadataInterface metadata) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static Command |
QueryRewriter.rewriteAsUpsertProcedure(Insert insert,
QueryMetadataInterface metadata,
CommandContext context) |
Modifier and Type | Method and Description |
---|---|
void |
Reference.Constraint.validate(Object value) |
Modifier and Type | Method and Description |
---|---|
UpdateValidator.UpdateMapping |
UpdateValidator.UpdateInfo.findInsertUpdateMapping(Insert insert,
boolean rewrite) |
Copyright © 2020. All rights reserved.