public class SQLSizeExpr extends SQLExprImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSizeExpr.Unit |
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLSizeExpr.Unit |
unit |
private SQLExpr |
value |
attributes, parent| 构造器和说明 |
|---|
SQLSizeExpr() |
SQLSizeExpr(SQLExpr value,
SQLSizeExpr.Unit unit) |
SQLSizeExpr(String value,
char unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, acceptChild, acceptChild, 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, setParentprivate SQLExpr value
private SQLSizeExpr.Unit unit
public SQLSizeExpr()
public SQLSizeExpr(String value, char unit)
public SQLSizeExpr(SQLExpr value, SQLSizeExpr.Unit unit)
public void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 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 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.