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