| Constructor and Description |
|---|
MySqlIntervalExpr() |
| Modifier and Type | Method and Description |
|---|---|
MySqlIntervalExpr |
clone() |
boolean |
equals(Object obj) |
MySqlIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setUnit(MySqlIntervalUnit unit) |
void |
setValue(SQLExpr value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic MySqlIntervalExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public MySqlIntervalUnit getUnit()
public void setUnit(MySqlIntervalUnit unit)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2017 Alibaba Group. All rights reserved.