Uses of Class
com.alibaba.druid.wall.WallConfig

Packages that use WallConfig
com.alibaba.druid.wall   
com.alibaba.druid.wall.spi   
 

Uses of WallConfig in com.alibaba.druid.wall
 

Methods in com.alibaba.druid.wall that return WallConfig
 WallConfig WallVisitor.getConfig()
           
 WallConfig WallProvider.getConfig()
           
 WallConfig WallFilter.getConfig()
           
 

Methods in com.alibaba.druid.wall with parameters of type WallConfig
static boolean WallUtils.isValidateMySql(String sql, WallConfig config)
           
static boolean WallUtils.isValidateOracle(String sql, WallConfig config)
           
static boolean WallUtils.isValidateSqlServer(String sql, WallConfig config)
           
 void WallFilter.setConfig(WallConfig config)
           
 

Constructors in com.alibaba.druid.wall with parameters of type WallConfig
WallProvider(WallConfig config)
           
 

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

Methods in com.alibaba.druid.wall.spi that return WallConfig
 WallConfig SQLServerWallVisitor.getConfig()
           
 WallConfig OracleWallVisitor.getConfig()
           
 WallConfig MySqlWallVisitor.getConfig()
           
 

Constructors in com.alibaba.druid.wall.spi with parameters of type WallConfig
MySqlWallProvider(WallConfig config)
           
OracleWallProvider(WallConfig config)
           
SQLServerProvider(WallConfig config)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.