Uses of Class
com.alibaba.druid.wall.WallConfig
Packages that use WallConfig
-
Uses of WallConfig in com.alibaba.druid.wall
Fields in com.alibaba.druid.wall declared as WallConfigMethods in com.alibaba.druid.wall that return WallConfigModifier and TypeMethodDescriptionWallFilter.getConfig()WallProvider.getConfig()WallVisitor.getConfig()Methods in com.alibaba.druid.wall with parameters of type WallConfigModifier and TypeMethodDescriptionWallProviderCreator.createWallConfig(DataSourceProxy dataSource, WallConfig config, DbType dbType) protected WallProviderWallFilter.initWallProvider(DataSourceProxy dataSource, String dbTypeName, WallConfig config) static booleanWallUtils.isValidateDB2(String sql, WallConfig config) static booleanWallUtils.isValidateMySql(String sql, WallConfig config) static booleanWallUtils.isValidateOracle(String sql, WallConfig config) static booleanWallUtils.isValidatePostgres(String sql, WallConfig config) static booleanWallUtils.isValidateSqlServer(String sql, WallConfig config) voidWallFilter.setConfig(WallConfig config) Constructors in com.alibaba.druid.wall with parameters of type WallConfigModifierConstructorDescriptionWallProvider(WallConfig config) WallProvider(WallConfig config, DbType dbType) WallProvider(WallConfig config, String dbType) -
Uses of WallConfig in com.alibaba.druid.wall.spi
Fields in com.alibaba.druid.wall.spi declared as WallConfigMethods in com.alibaba.druid.wall.spi that return WallConfigConstructors in com.alibaba.druid.wall.spi with parameters of type WallConfigModifierConstructorDescriptionClickhouseWallProvider(WallConfig config) DB2WallProvider(WallConfig config) MySqlWallProvider(WallConfig config) OracleWallProvider(WallConfig config) PGWallProvider(WallConfig config) SQLiteWallProvider(WallConfig config) SQLServerWallProvider(WallConfig config)