public class MySqlExtractExpr extends SQLExprImpl implements MySqlExpr
| Constructor and Description |
|---|
MySqlExtractExpr() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
MySqlIntervalUnit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setUnit(MySqlIntervalUnit unit) |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLExpr getValue()
public void setValue(SQLExpr value)
public MySqlIntervalUnit getUnit()
public void setUnit(MySqlIntervalUnit unit)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2016 Alibaba Group. All rights reserved.