com.alibaba.druid.wall.spi
类 OracleWallProvider

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

public class OracleWallProvider
extends WallProvider


嵌套类摘要
 
从类 com.alibaba.druid.wall.WallProvider 继承的嵌套类/接口
WallProvider.WallCommentHandler
 
字段摘要
static String DEFAULT_CONFIG_DIR
           
 
从类 com.alibaba.druid.wall.WallProvider 继承的字段
commentDeniedStat
 
构造方法摘要
OracleWallProvider()
           
OracleWallProvider(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
另请参见:
常量字段值
构造方法详细信息

OracleWallProvider

public OracleWallProvider()

OracleWallProvider

public OracleWallProvider(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.