com.alibaba.druid.wall.spi
类 SQLServerWallProvider

java.lang.Object
  继承者 com.alibaba.druid.wall.WallProvider
      继承者 com.alibaba.druid.wall.spi.SQLServerWallProvider

public class SQLServerWallProvider
extends WallProvider

SQLServerProvider

版本:
1.0, 2012-3-17
作者:
RaymondXiu
另请参见:

嵌套类摘要
 
从类 com.alibaba.druid.wall.WallProvider 继承的嵌套类/接口
WallProvider.WallCommentHandler
 
字段摘要
static String DEFAULT_CONFIG_DIR
           
 
从类 com.alibaba.druid.wall.WallProvider 继承的字段
commentDeniedStat
 
构造方法摘要
SQLServerWallProvider()
           
SQLServerWallProvider(WallConfig config)
           
 
方法摘要
 ExportParameterVisitor createExportParameterVisitor()
           
 SQLStatementParser createParser(String sql)
           
 WallVisitor createWallVisitor()
           
 
从类 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, ispPivileged, isWhiteListEnable, reset, setBlackListEnable, setName, setTenantValue, setWhiteListEnable, whiteContains
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

DEFAULT_CONFIG_DIR

public static final String DEFAULT_CONFIG_DIR
另请参见:
常量字段值
构造方法详细信息

SQLServerWallProvider

public SQLServerWallProvider()
参数:
config -

SQLServerWallProvider

public SQLServerWallProvider(WallConfig config)
方法详细信息

createParser

public SQLStatementParser createParser(String sql)
指定者:
WallProvider 中的 createParser

createWallVisitor

public WallVisitor createWallVisitor()
指定者:
WallProvider 中的 createWallVisitor

createExportParameterVisitor

public ExportParameterVisitor createExportParameterVisitor()
指定者:
WallProvider 中的 createExportParameterVisitor


Copyright © 2013 Alibaba Group. All Rights Reserved.