com.alibaba.druid.wall.violation
类 IllegalSQLObjectViolation

java.lang.Object
  继承者 com.alibaba.druid.wall.violation.IllegalSQLObjectViolation
所有已实现的接口:
Violation

public class IllegalSQLObjectViolation
extends Object
implements Violation


构造方法摘要
IllegalSQLObjectViolation(int errorCode, String message, String sqlPart)
           
 
方法摘要
 int getErrorCode()
           
 String getMessage()
           
 String getSqlPart()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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-2014 Alibaba Group. All Rights Reserved.