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