com.alibaba.druid.sql.ast.expr
类 SQLDefaultExpr

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.SQLExprImpl
          继承者 com.alibaba.druid.sql.ast.expr.SQLDefaultExpr
所有已实现的接口:
SQLLiteralExpr, SQLExpr, SQLObject

public class SQLDefaultExpr
extends SQLExprImpl
implements SQLLiteralExpr


构造方法摘要
SQLDefaultExpr()
           
 
方法摘要
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

SQLDefaultExpr

public SQLDefaultExpr()
方法详细信息

equals

public boolean equals(Object o)
指定者:
SQLExprImpl 中的 equals

hashCode

public int hashCode()
指定者:
SQLExprImpl 中的 hashCode

toString

public String toString()
覆盖:
SQLObjectImpl 中的 toString


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.