public class SQLRealExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Constructor and Description |
|---|
SQLRealExpr() |
SQLRealExpr(Float value) |
| Modifier and Type | Method and Description |
|---|---|
SQLRealExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
Number |
getNumber() |
Float |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(Float value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLRealExpr()
public SQLRealExpr(Float value)
public SQLRealExpr 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 Float getValue()
getValue in interface SQLValuableExprpublic void setValue(Float 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–2018 Alibaba Group. All rights reserved.