类 com.alibaba.druid.wall.WallConfig
的使用

使用 WallConfig 的软件包
com.alibaba.druid.wall   
com.alibaba.druid.wall.spi   
 

com.alibaba.druid.wallWallConfig 的使用
 

返回 WallConfigcom.alibaba.druid.wall 中的方法
 WallConfig WallProvider.getConfig()
           
 WallConfig WallFilter.getConfig()
           
 WallConfig WallVisitor.getConfig()
           
 

参数类型为 WallConfigcom.alibaba.druid.wall 中的方法
static boolean WallUtils.isValidateDB2(String sql, WallConfig config)
           
static boolean WallUtils.isValidateMySql(String sql, WallConfig config)
           
static boolean WallUtils.isValidateOracle(String sql, WallConfig config)
           
static boolean WallUtils.isValidatePostgres(String sql, WallConfig config)
           
static boolean WallUtils.isValidateSqlServer(String sql, WallConfig config)
           
 void WallFilter.setConfig(WallConfig config)
           
 

参数类型为 WallConfigcom.alibaba.druid.wall 中的构造方法
WallProvider(WallConfig config)
           
WallProvider(WallConfig config, String dbType)
           
 

com.alibaba.druid.wall.spiWallConfig 的使用
 

返回 WallConfigcom.alibaba.druid.wall.spi 中的方法
 WallConfig OracleWallVisitor.getConfig()
           
 WallConfig SQLServerWallVisitor.getConfig()
           
 WallConfig MySqlWallVisitor.getConfig()
           
 WallConfig DB2WallVisitor.getConfig()
           
 WallConfig PGWallVisitor.getConfig()
           
 

参数类型为 WallConfigcom.alibaba.druid.wall.spi 中的构造方法
DB2WallProvider(WallConfig config)
           
MySqlWallProvider(WallConfig config)
           
OracleWallProvider(WallConfig config)
           
PGWallProvider(WallConfig config)
           
SQLServerWallProvider(WallConfig config)
           
 



Copyright © 2013-2014 Alibaba Group. All Rights Reserved.