public class OracleRangeExpr extends OracleSQLObjectImpl implements SQLExpr
| Constructor and Description |
|---|
OracleRangeExpr() |
OracleRangeExpr(SQLExpr lowBound,
SQLExpr upBound) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
OracleRangeExpr |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getLowBound() |
SQLExpr |
getUpBound() |
void |
setLowBound(SQLExpr lowBound) |
void |
setUpBound(SQLExpr upBound) |
computeDataType, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic List<SQLObject> getChildren()
getChildren in interface SQLExprpublic SQLExpr getLowBound()
public void setLowBound(SQLExpr lowBound)
public SQLExpr getUpBound()
public void setUpBound(SQLExpr upBound)
public OracleRangeExpr clone()
Copyright © 2013–2018 Alibaba Group. All rights reserved.