com.alibaba.druid.sql.dialect.oracle.ast.expr
类 OracleIntervalExpr

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

public class OracleIntervalExpr
extends SQLExprImpl
implements SQLLiteralExpr, OracleExpr


构造方法摘要
OracleIntervalExpr()
           
 
方法摘要
 void accept0(OracleASTVisitor visitor)
           
 boolean equals(Object obj)
           
 Integer getFactionalSecondsPrecision()
           
 Integer getPrecision()
           
 Integer getToFactionalSecondsPrecision()
           
 OracleIntervalType getToType()
           
 OracleIntervalType getType()
           
 SQLExpr getValue()
           
 int hashCode()
           
 void setFactionalSecondsPrecision(Integer factionalSecondsPrecision)
           
 void setPrecision(Integer precision)
           
 void setToFactionalSecondsPrecision(Integer toFactionalSecondsPrecision)
           
 void setToType(OracleIntervalType toType)
           
 void setType(OracleIntervalType type)
           
 void setValue(SQLExpr value)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.sql.ast.SQLObject 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

构造方法详细信息

OracleIntervalExpr

public OracleIntervalExpr()
方法详细信息

getValue

public SQLExpr getValue()

setValue

public void setValue(SQLExpr value)

getType

public OracleIntervalType getType()

setType

public void setType(OracleIntervalType type)

getPrecision

public Integer getPrecision()

setPrecision

public void setPrecision(Integer precision)

getFactionalSecondsPrecision

public Integer getFactionalSecondsPrecision()

setFactionalSecondsPrecision

public void setFactionalSecondsPrecision(Integer factionalSecondsPrecision)

getToType

public OracleIntervalType getToType()

setToType

public void setToType(OracleIntervalType toType)

getToFactionalSecondsPrecision

public Integer getToFactionalSecondsPrecision()

setToFactionalSecondsPrecision

public void setToFactionalSecondsPrecision(Integer toFactionalSecondsPrecision)

accept0

public void accept0(OracleASTVisitor visitor)
指定者:
接口 OracleSQLObject 中的 accept0

hashCode

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

equals

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


Copyright © 2013 Alibaba Group. All Rights Reserved.