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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.SQLExprImpl
          extended by com.alibaba.druid.sql.ast.expr.SQLDefaultExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, Serializable

public class SQLDefaultExpr
extends SQLExprImpl
implements SQLLiteralExpr

See Also:
Serialized Form

Constructor Summary
SQLDefaultExpr()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

SQLDefaultExpr

public SQLDefaultExpr()
Method Detail

equals

public boolean equals(Object o)
Specified by:
equals in class SQLExprImpl

hashCode

public int hashCode()
Specified by:
hashCode in class SQLExprImpl

toString

public String toString()
Overrides:
toString in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.