public class SQLSizeExpr extends SQLExprImpl
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLSizeExpr.Unit |
| Constructor and Description |
|---|
SQLSizeExpr() |
SQLSizeExpr(SQLExpr value,
SQLSizeExpr.Unit unit) |
SQLSizeExpr(String value,
char unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLSizeExpr |
clone() |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
SQLSizeExpr.Unit |
getUnit() |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setUnit(SQLSizeExpr.Unit unit) |
void |
setValue(SQLExpr value) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLSizeExpr()
public SQLSizeExpr(String value, char unit)
public SQLSizeExpr(SQLExpr value, SQLSizeExpr.Unit unit)
public void accept0(SQLASTVisitor visitor)
public List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic SQLExpr getValue()
public void setValue(SQLExpr value)
public SQLSizeExpr.Unit getUnit()
public void setUnit(SQLSizeExpr.Unit unit)
public SQLSizeExpr clone()
public boolean equals(Object o)
equals in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.