Uses of Interface
com.alibaba.druid.wall.Violation

Packages that use Violation
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
 List<Violation> WallProvider.check(String sql)
           
 List<Violation> WallVisitor.getViolations()
           
 

Uses of Violation in com.alibaba.druid.wall.spi
 

Methods in com.alibaba.druid.wall.spi that return types with arguments of type Violation
 List<Violation> SQLServerWallVisitor.getViolations()
           
 List<Violation> OracleWallVisitor.getViolations()
           
 List<Violation> MySqlWallVisitor.getViolations()
           
 

Uses of Violation in com.alibaba.druid.wall.violation
 

Classes in com.alibaba.druid.wall.violation that implement Violation
 class IllegalSQLObjectViolation
           
 class SyntaxErrorViolation
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.