Package com.alibaba.druid.wall.spi
Class SQLServerWallProvider
java.lang.Object
com.alibaba.druid.wall.WallProvider
com.alibaba.druid.wall.spi.SQLServerWallProvider
SQLServerProvider
- Version:
- 1.0, 2012-3-17
- Author:
- RaymondXiu
-
Nested Class Summary
Nested classes/interfaces inherited from class com.alibaba.druid.wall.WallProvider
WallProvider.WallCommentHandler -
Field Summary
FieldsFields inherited from class com.alibaba.druid.wall.WallProvider
blackListHitCount, checkCount, commentDeniedStat, config, dbType, hardCheckCount, syntaxErrorCount, violationCount, violationEffectRowCount, whiteListHitCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.alibaba.druid.wall.WallProvider
addBlackSql, addFetchRowCount, addUpdateCount, addViolationEffectRowCount, addWhiteSql, check, checkDenyFunction, checkDenySchema, checkDenyTable, checkReadOnlyTable, checkValid, clearBlackList, clearCache, clearWhiteList, doPrivileged, getAttributes, getBlackList, getBlackListHitCount, getBlackSql, getCheckCount, getCommentDenyStat, getConfig, getFunctionStat, getFunctionStats, getFunctionStatWithLowerName, getHardCheckCount, getName, getSqlList, getSqlStat, getStatsMap, getStatValue, getSyntaxErrorCount, getTableStat, getTableStats, getTableStatWithLowerName, getTenantValue, getViolationCount, getViolationEffectRowCount, getWhiteList, getWhiteListHitCount, getWhiteSql, incrementCommentDeniedCount, isBlackListEnable, ispPrivileged, isWhiteListEnable, reset, setBlackListEnable, setName, setTenantValue, setWhiteListEnable, whiteContains
-
Field Details
-
DEFAULT_CONFIG_DIR
- See Also:
-
-
Constructor Details
-
SQLServerWallProvider
public SQLServerWallProvider() -
SQLServerWallProvider
-
-
Method Details
-
createParser
- Specified by:
createParserin classWallProvider
-
createWallVisitor
- Specified by:
createWallVisitorin classWallProvider
-
createExportParameterVisitor
- Specified by:
createExportParameterVisitorin classWallProvider
-