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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public boolean isPrior()
public void setPrior(boolean prior)
public void accept0(OracleASTVisitor visitor)
accept0
in interface OracleSQLObject
accept0
in class OracleSQLObjectImpl
public 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.