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) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic 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 SQLObjectoutput in class SQLObjectImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.