public class SQLIntegerExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DEFAULT_DATA_TYPE |
| Constructor and Description |
|---|
SQLIntegerExpr() |
SQLIntegerExpr(Number number) |
| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
Number |
getNumber() |
Object |
getValue() |
int |
hashCode() |
void |
output(StringBuffer 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 DEFAULT_DATA_TYPE
public SQLIntegerExpr(Number number)
public SQLIntegerExpr()
public Number getNumber()
getNumber in class SQLNumericLiteralExprpublic void setNumber(Number number)
setNumber in class SQLNumericLiteralExprpublic 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 Object getValue()
getValue in interface SQLValuableExprpublic SQLIntegerExpr 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.