public class TPivotedTable extends TParseTreeNode
| Constructor and Description |
|---|
TPivotedTable() |
| 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.
|
TFromTable |
getFromTableSource() |
TJoinList |
getJoins() |
TPivotClause |
getPivotClause() |
TPTNodeList<TPivotClause> |
getPivotClauseList() |
TTable |
getTableSource() |
void |
init(Object arg1,
Object arg2) |
void |
setFromTableSource(TFromTable fromTableSource) |
void |
setJoins(TJoinList joins) |
void |
setPivotClause(TPivotClause pivotClause) |
void |
setPivotClauseList(TPTNodeList<TPivotClause> pivotClauseList) |
void |
setTableSource(TTable tableSource) |
addAllMyTokensToTokenList, appendString, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toStringpublic TJoinList getJoins()
public TPTNodeList<TPivotClause> getPivotClauseList()
public void setTableSource(TTable tableSource)
public TPivotClause getPivotClause()
public TFromTable getFromTableSource()
public void init(Object arg1, Object arg2)
init in class TParseTreeNodepublic TTable getTableSource()
public 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 setPivotClause(TPivotClause pivotClause)
public void setFromTableSource(TFromTable fromTableSource)
public void setPivotClauseList(TPTNodeList<TPivotClause> pivotClauseList)
public void setJoins(TJoinList joins)
Copyright © 2019. All rights reserved.