public class SQLRealExpr extends SQLNumericLiteralExpr implements SQLValuableExpr
| Constructor and Description |
|---|
SQLRealExpr() |
SQLRealExpr(float value) |
SQLRealExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
SQLRealExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
Number |
getNumber() |
Float |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
void |
setValue(float value) |
void |
setValue(Float 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 SQLRealExpr()
public SQLRealExpr(float value)
public SQLRealExpr(String 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 void setValue(float value)
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic void setNumber(Number number)
setNumber in class SQLNumericLiteralExprCopyright © 2013–2022 Alibaba Group. All rights reserved.