public interface WallFilterMBean
| Modifier and Type | Method and Description |
|---|---|
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–2018 Alibaba Group. All rights reserved.