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
- See Also
Methods
accept(TParseTreeVisitor)
public override void accept(TParseTreeVisitor v)
Parameters
acceptChildren(TParseTreeVisitor)
public override void acceptChildren(TParseTreeVisitor v)
Parameters
doParse(TCustomSqlStatement, ESqlClause)
analyze this node
public override void doParse(TCustomSqlStatement psql, ESqlClause plocation)
Parameters
psqlTCustomSqlStatementplocationESqlClause
init(object)
Initialize a query tree node.
public override void init(object arg1)
Parameters
arg1object