public class OracleIntervalExpr extends SQLExprImpl implements SQLLiteralExpr, OracleExpr
Constructor and Description |
---|
OracleIntervalExpr() |
Modifier and Type | Method and Description |
---|---|
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) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getValue()
public void setValue(SQLExpr value)
public OracleIntervalType getType()
public void setType(OracleIntervalType type)
public Integer getPrecision()
public void setPrecision(Integer precision)
public Integer getFactionalSecondsPrecision()
public void setFactionalSecondsPrecision(Integer factionalSecondsPrecision)
public OracleIntervalType getToType()
public void setToType(OracleIntervalType toType)
public Integer getToFactionalSecondsPrecision()
public void setToFactionalSecondsPrecision(Integer toFactionalSecondsPrecision)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.