public class SQLIntervalExpr extends SQLExprImpl
Constructor and Description |
---|
SQLIntervalExpr() |
SQLIntervalExpr(SQLExpr value,
SQLIntervalUnit unit) |
Modifier and Type | Method and Description |
---|---|
SQLIntervalExpr |
clone() |
boolean |
equals(Object obj) |
List |
getChildren() |
SQLIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setUnit(SQLIntervalUnit unit) |
void |
setValue(SQLExpr value) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLIntervalExpr()
public SQLIntervalExpr(SQLExpr value, SQLIntervalUnit unit)
public SQLIntervalExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public SQLIntervalUnit getUnit()
public void setUnit(SQLIntervalUnit unit)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public List getChildren()
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.