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

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.SQLIntervalLiteralExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, Serializable

public class SQLIntervalLiteralExpr
extends SQLExprImpl
implements SQLLiteralExpr

TODO

Author:
WENSHAO
See Also:
Serialized Form

Constructor Summary
SQLIntervalLiteralExpr()
           
 
Method Summary
 boolean equals(Object obj)
           
 Character getSign()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setSign(Character sign)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
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, putAttribute, setParent
 

Constructor Detail

SQLIntervalLiteralExpr

public SQLIntervalLiteralExpr()
Method Detail

getSign

public Character getSign()

setSign

public void setSign(Character sign)

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl

hashCode

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

equals

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


Copyright © 2012 Alibaba Group. All Rights Reserved.