com.alibaba.druid.wall
Interface WallFilterMBean

All Known Implementing Classes:
WallFilter

public interface WallFilterMBean


Method Summary
 void check(String sql)
           
 void clearProviderCache()
           
 String getDbType()
           
 Set<String> getProviderWhiteList()
           
 boolean isInited()
           
 boolean isLogViolation()
           
 boolean isThrowException()
           
 void setLogViolation(boolean logViolation)
           
 void setThrowException(boolean throwException)
           
 

Method Detail

getDbType

String getDbType()

isLogViolation

boolean isLogViolation()

setLogViolation

void setLogViolation(boolean logViolation)

isThrowException

boolean isThrowException()

setThrowException

void setThrowException(boolean throwException)

isInited

boolean isInited()

clearProviderCache

void clearProviderCache()

getProviderWhiteList

Set<String> getProviderWhiteList()

check

void check(String sql)
           throws SQLException
Throws:
SQLException


Copyright © 2012 Alibaba Group. All Rights Reserved.