Table of Contents

Class TPivotedTable

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll
public class TPivotedTable : TParseTreeNode, Visitable
Inheritance
TPivotedTable
Implements
Inherited Members

Properties

FromTableSource

public virtual TFromTable FromTableSource { get; set; }

Property Value

TFromTable

Joins

public virtual TJoinList Joins { get; set; }

Property Value

TJoinList

PivotClause

public virtual TPivotClause PivotClause { get; set; }

Property Value

TPivotClause

PivotClauseList

public virtual List<TPivotClause> PivotClauseList { get; set; }

Property Value

List<TPivotClause>

TableSource

public virtual TTable TableSource { get; set; }

Property Value

TTable

Methods

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

doParse(TCustomSqlStatement, ESqlClause)

analyze this node

public override void doParse(TCustomSqlStatement psql, ESqlClause plocation)

Parameters

psql TCustomSqlStatement
plocation ESqlClause

init(object, object)

public override void init(object arg1, object arg2)

Parameters

arg1 object
arg2 object