public class SQLTinyIntExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Constructor and Description |
|---|
SQLTinyIntExpr() |
SQLTinyIntExpr(Byte value) |
SQLTinyIntExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
SQLTinyIntExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
Number |
getNumber() |
Byte |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(Byte 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 SQLTinyIntExpr()
public SQLTinyIntExpr(Byte value)
public SQLTinyIntExpr(String value)
public SQLTinyIntExpr 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 Byte getValue()
getValue in interface SQLValuableExprpublic void setValue(Byte 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–2022 Alibaba Group. All rights reserved.