public class SQLIntegerExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Constructor and Description |
|---|
SQLIntegerExpr() |
SQLIntegerExpr(Number number) |
| Modifier and Type | Method and Description |
|---|---|
SQLIntegerExpr |
clone() |
boolean |
equals(Object obj) |
Number |
getNumber() |
Object |
getValue() |
int |
hashCode() |
void |
output(StringBuffer 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 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()
Copyright © 2013–2017 Alibaba Group. All rights reserved.