public class SQLFloatExpr extends SQLNumericLiteralExpr implements SQLValuableExpr, Comparable<SQLFloatExpr>
| Modifier and Type | Field and Description |
|---|---|
static SQLDataType |
DATA_TYPE |
| Constructor and Description |
|---|
SQLFloatExpr() |
SQLFloatExpr(float value) |
SQLFloatExpr(String value) |
| Modifier and Type | Method and Description |
|---|---|
SQLFloatExpr |
clone() |
int |
compareTo(SQLFloatExpr o) |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
Float |
getNumber() |
Float |
getValue() |
int |
hashCode() |
void |
setNumber(Number number) |
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 static final SQLDataType DATA_TYPE
public SQLFloatExpr()
public SQLFloatExpr(String value)
public SQLFloatExpr(float value)
public SQLFloatExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLNumericLiteralExprpublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLNumericLiteralExprpublic Float getNumber()
getNumber in class SQLNumericLiteralExprpublic Float getValue()
getValue in interface SQLValuableExprpublic 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 SQLNumericLiteralExprpublic int compareTo(SQLFloatExpr o)
compareTo in interface Comparable<SQLFloatExpr>Copyright © 2013–2022 Alibaba Group. All rights reserved.