public class THierarchical extends TParseTreeNode
| Constructor and Description |
|---|
THierarchical() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
void |
doParse(TCustomSqlStatement psql,
ESqlClause plocation)
Analyze the sub-nodes inside this node.
|
TExpression |
getConnectByClause()
Deprecated.
As of v1.6.6.6, use
getConnectByList() instead |
TPTNodeList<TConnectByClause> |
getConnectByList() |
TExpression |
getStartWithClause()
Specify a condition that identifies the row(s) to be used as the root(s) of a hierarchical query.
|
void |
init(Object arg1)
Initialize a query tree node.
|
void |
init(Object arg1,
Object arg2) |
boolean |
isNoCycle()
Deprecated.
As of v1.6.6.6, use
TConnectByClause.isNoCycle() instead |
void |
setConnectByClause(TExpression connectByClause) |
void |
setConnectByList(TPTNodeList<TConnectByClause> connectByList) |
void |
setNoCycle(boolean noCycle) |
void |
setStartWithClause(TExpression startWithClause) |
addAllMyTokensToTokenList, appendString, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toStringpublic TPTNodeList<TConnectByClause> getConnectByList()
public void setNoCycle(boolean noCycle)
public boolean isNoCycle()
TConnectByClause.isNoCycle() insteadpublic TExpression getStartWithClause()
public TExpression getConnectByClause()
getConnectByList() insteadpublic void init(Object arg1)
TParseTreeNodeinit in class TParseTreeNodearg1 - first argumentpublic void init(Object arg1, Object arg2)
init in class TParseTreeNodepublic void doParse(TCustomSqlStatement psql, ESqlClause plocation)
TParseTreeNodedoParse in class TParseTreeNodepsql - SQL statement this node belongs toplocation - SQL clause this node belongs topublic void accept(TParseTreeVisitor v)
TParseTreeNodeaccept in interface Visitableaccept in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void acceptChildren(TParseTreeVisitor v)
TParseTreeNodeacceptChildren in interface VisitableacceptChildren in class TParseTreeNodev - visitor is a descendant class of TParseTreeVisitorpublic void setConnectByList(TPTNodeList<TConnectByClause> connectByList)
public void setConnectByClause(TExpression connectByClause)
public void setStartWithClause(TExpression startWithClause)
Copyright © 2019. All rights reserved.