com.alibaba.druid.sql.dialect.mysql.ast.expr
类 MySqlIntervalExpr

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

public class MySqlIntervalExpr
extends SQLExprImpl
implements MySqlExpr


构造方法摘要
MySqlIntervalExpr()
           
 
方法摘要
 boolean equals(Object obj)
           
 MySqlIntervalUnit getUnit()
           
 SQLExpr getValue()
           
 int hashCode()
           
 void output(StringBuffer buf)
           
 void setUnit(MySqlIntervalUnit unit)
           
 void setValue(SQLExpr value)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent
 

构造方法详细信息

MySqlIntervalExpr

public MySqlIntervalExpr()
方法详细信息

getValue

public SQLExpr getValue()

setValue

public void setValue(SQLExpr value)

getUnit

public MySqlIntervalUnit getUnit()

setUnit

public void setUnit(MySqlIntervalUnit unit)

output

public void output(StringBuffer buf)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output

hashCode

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

equals

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


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