public class SQLSmallIntExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Constructor and Description |
|---|
SQLSmallIntExpr() |
SQLSmallIntExpr(short value) |
SQLSmallIntExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
SQLSmallIntExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
Number |
getNumber() |
Short |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(Short value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLSmallIntExpr()
public SQLSmallIntExpr(short value)
public SQLSmallIntExpr(String value)
public SQLSmallIntExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLNumericLiteralExprpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLNumericLiteralExprpublic Number getNumber()
getNumber in class SQLNumericLiteralExprpublic Short getValue()
getValue in interface SQLValuableExprpublic void setValue(Short value)
public int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplpublic void setNumber(Number number)
setNumber in class SQLNumericLiteralExprCopyright © 2013–2021 Alibaba Group. All rights reserved.