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

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.dialect.oracle.ast.expr.OracleIntervalExpr
All Implemented Interfaces:
SQLLiteralExpr, SQLExpr, SQLObject, OracleExpr, OracleSQLObject, Serializable

public class OracleIntervalExpr
extends SQLExprImpl
implements SQLLiteralExpr, OracleExpr

See Also:
Serialized Form

Constructor Summary
OracleIntervalExpr()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, 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, output, putAttribute, setParent
 

Constructor Detail

OracleIntervalExpr

public OracleIntervalExpr()
Method Detail

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)
Specified by:
accept0 in interface OracleSQLObject

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.