public class OracleSizeExpr extends OracleSQLObjectImpl implements OracleExpr
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OracleSizeExpr.Unit |
| 限定符和类型 | 字段和说明 |
|---|---|
private OracleSizeExpr.Unit |
unit |
private SQLExpr |
value |
attributes, parent| 构造器和说明 |
|---|
OracleSizeExpr() |
OracleSizeExpr(SQLExpr value,
OracleSizeExpr.Unit unit) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleSizeExpr |
clone() |
List<SQLObject> |
getChildren() |
OracleSizeExpr.Unit |
getUnit() |
SQLExpr |
getValue() |
void |
setUnit(OracleSizeExpr.Unit unit) |
void |
setValue(SQLExpr value) |
accept0, computeDataType, toStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr value
private OracleSizeExpr.Unit unit
public OracleSizeExpr()
public OracleSizeExpr(SQLExpr value, OracleSizeExpr.Unit unit)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprpublic SQLExpr getValue()
public void setValue(SQLExpr value)
public OracleSizeExpr.Unit getUnit()
public void setUnit(OracleSizeExpr.Unit unit)
public OracleSizeExpr clone()
Copyright © 2013–2019 Alibaba Group. All rights reserved.