public class SQLNumberExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| 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) |
accept, 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 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–2017 Alibaba Group. All rights reserved.