com.alibaba.druid.wall.violation
类 IllegalSQLObjectViolation
java.lang.Object
com.alibaba.druid.wall.violation.IllegalSQLObjectViolation
- 所有已实现的接口:
- Violation
public class IllegalSQLObjectViolation
- extends Object
- implements Violation
IllegalSQLObjectViolation
public IllegalSQLObjectViolation(int errorCode,
String message,
String sqlPart)
getSqlPart
public String getSqlPart()
toString
public String toString()
- 指定者:
- 接口
Violation 中的 toString - 覆盖:
- 类
Object 中的 toString
getMessage
public String getMessage()
- 指定者:
- 接口
Violation 中的 getMessage
getErrorCode
public int getErrorCode()
- 指定者:
- 接口
Violation 中的 getErrorCode
Copyright © 2013 Alibaba Group. All Rights Reserved.