public class SQLNumberExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
defaultDataType |
| Constructor and Description |
|---|
SQLNumberExpr() |
SQLNumberExpr(char[] chars) |
SQLNumberExpr(Number number) |
| Modifier and Type | Method and Description |
|---|---|
SQLNumberExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
Number |
getNumber() |
Number |
getValue() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
output(StringBuilder buf) |
void |
setNumber(Number number) |
getChildrenaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringgetChildrenaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic static final SQLDataType defaultDataType
public SQLNumberExpr()
public SQLNumberExpr(Number number)
public SQLNumberExpr(char[] chars)
public Number getNumber()
getNumber in class SQLNumericLiteralExprpublic Number getValue()
getValue in interface SQLValuableExprpublic void setNumber(Number number)
setNumber in class SQLNumericLiteralExprpublic void output(StringBuilder buf)
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 SQLExprImplpublic SQLNumberExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLNumericLiteralExprpublic SQLDataType computeDataType()
computeDataType in interface SQLExprcomputeDataType in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.