public interface WallFilterMBean
| 限定符和类型 | 方法和说明 |
|---|---|
String |
check(String sql) |
boolean |
checkValid(String sql) |
void |
clearProviderCache() |
void |
clearWhiteList() |
String |
getDbType() |
Set<String> |
getProviderWhiteList() |
long |
getViolationCount() |
boolean |
isInited() |
boolean |
isLogViolation() |
boolean |
isThrowException() |
void |
resetViolationCount() |
void |
setLogViolation(boolean logViolation) |
void |
setThrowException(boolean throwException) |
String getDbType()
boolean isLogViolation()
void setLogViolation(boolean logViolation)
boolean isThrowException()
void setThrowException(boolean throwException)
boolean isInited()
void clearProviderCache()
String check(String sql) throws SQLException
SQLExceptionlong getViolationCount()
void resetViolationCount()
void clearWhiteList()
boolean checkValid(String sql)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.