Package | Description |
---|---|
com.alibaba.druid.wall | |
com.alibaba.druid.wall.spi |
Modifier and Type | Method and Description |
---|---|
WallConfig |
WallVisitor.getConfig() |
WallConfig |
WallProvider.getConfig() |
WallConfig |
WallFilter.getConfig() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
WallProvider(WallConfig config) |
WallProvider(WallConfig config,
String dbType) |
Modifier and Type | Method and Description |
---|---|
WallConfig |
SQLServerWallVisitor.getConfig() |
WallConfig |
PGWallVisitor.getConfig() |
WallConfig |
OracleWallVisitor.getConfig() |
WallConfig |
MySqlWallVisitor.getConfig() |
WallConfig |
DB2WallVisitor.getConfig() |
Constructor and Description |
---|
DB2WallProvider(WallConfig config) |
MySqlWallProvider(WallConfig config) |
OracleWallProvider(WallConfig config) |
PGWallProvider(WallConfig config) |
SQLServerWallProvider(WallConfig config) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.