public class OracleRangeExpr extends OracleSQLObjectImpl implements SQLExpr
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
lowBound |
private SQLExpr |
upBound |
attributes, parent| 构造器和说明 |
|---|
OracleRangeExpr() |
OracleRangeExpr(SQLExpr lowBound,
SQLExpr upBound) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleRangeExpr |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getLowBound() |
SQLExpr |
getUpBound() |
void |
setLowBound(SQLExpr lowBound) |
void |
setUpBound(SQLExpr upBound) |
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, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleSQLObjectImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprpublic SQLExpr getLowBound()
public void setLowBound(SQLExpr lowBound)
public SQLExpr getUpBound()
public void setUpBound(SQLExpr upBound)
public OracleRangeExpr clone()
Copyright © 2013–2019 Alibaba Group. All rights reserved.