public class OracleSelectHierachicalQueryClause extends OracleSQLObjectImpl
| Constructor and Description |
|---|
OracleSelectHierachicalQueryClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLExpr |
getConnectBy() |
SQLExpr |
getStartWith() |
boolean |
isNoCycle() |
boolean |
isPrior() |
void |
setConnectBy(SQLExpr connectBy) |
void |
setNoCycle(boolean noCycle) |
void |
setPrior(boolean prior) |
void |
setStartWith(SQLExpr startWith) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic boolean isPrior()
public void setPrior(boolean prior)
public void accept0(OracleASTVisitor visitor)
accept0 in interface OracleSQLObjectaccept0 in class OracleSQLObjectImplpublic SQLExpr getStartWith()
public void setStartWith(SQLExpr startWith)
public SQLExpr getConnectBy()
public void setConnectBy(SQLExpr connectBy)
public boolean isNoCycle()
public void setNoCycle(boolean noCycle)
Copyright © 2013–2017 Alibaba Group. All rights reserved.