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) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic 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 在接口中 OracleSQLObjectpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2012 Alibaba Group. All Rights Reserved.