Uses of Interface
com.alibaba.druid.wall.Violation
-
Packages that use Violation Package Description com.alibaba.druid.wall com.alibaba.druid.wall.spi com.alibaba.druid.wall.violation -
-
Uses of Violation in com.alibaba.druid.wall
Methods in com.alibaba.druid.wall that return types with arguments of type Violation Modifier and Type Method Description List<Violation>WallCheckResult. getViolations()List<Violation>WallSqlStat. getViolations()List<Violation>WallVisitor. getViolations()Methods in com.alibaba.druid.wall with parameters of type Violation Modifier and Type Method Description voidWallVisitor. addViolation(Violation violation)Method parameters in com.alibaba.druid.wall with type arguments of type Violation Modifier and Type Method Description WallSqlStatWallProvider. addBlackSql(String sql, Map<String,WallSqlTableStat> tableStats, Map<String,WallSqlFunctionStat> functionStats, List<Violation> violations, boolean syntaxError)Constructor parameters in com.alibaba.druid.wall with type arguments of type Violation Constructor Description WallCheckResult(WallSqlStat sqlStat, List<Violation> violations, Map<String,WallSqlTableStat> tableStats, Map<String,WallSqlFunctionStat> functionStats, List<SQLStatement> statementList, boolean syntaxError)WallSqlStat(Map<String,WallSqlTableStat> tableStats, Map<String,WallSqlFunctionStat> functionStats, List<Violation> violations, boolean syntaxError) -
Uses of Violation in com.alibaba.druid.wall.spi
Fields in com.alibaba.druid.wall.spi with type parameters of type Violation Modifier and Type Field Description protected List<Violation>WallVisitorBase. violationsMethods in com.alibaba.druid.wall.spi that return types with arguments of type Violation Modifier and Type Method Description List<Violation>WallVisitorBase. getViolations()Methods in com.alibaba.druid.wall.spi with parameters of type Violation Modifier and Type Method Description voidWallVisitorBase. addViolation(Violation violation) -
Uses of Violation in com.alibaba.druid.wall.violation
Classes in com.alibaba.druid.wall.violation that implement Violation Modifier and Type Class Description classIllegalSQLObjectViolationclassSyntaxErrorViolation
-