Table of Contents

Class TGroupingSet

Namespace
gudusoft.gsqlparser.nodes
Assembly
gudusoft.gsqlparser.dll

GROUPING SETS are a further extension of the GROUP BY clause that let you specify multiple groupings of data.

public class TGroupingSet : TParseTreeNode, Visitable
Inheritance
TGroupingSet
Implements
Inherited Members

Properties

Items

items in the grouping set item list can be type of rollup_cube_clause and grouping_expression_list

public virtual TGroupingSetItemList Items { get; set; }

Property Value

TGroupingSetItemList
See Also

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)

Initialize a query tree node.

public override void init(object arg1)

Parameters

arg1 object