public class SQLSizeExpr extends SQLExprImpl
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLSizeExpr.Unit |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
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, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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–2023. All rights reserved.