C# Класс Tup.Cobar4Net.Parser.Ast.Fragment.GroupBy

Наследование: IAstNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Accept ( ISqlAstVisitor visitor ) : void
AddOrderByItem ( IExpression expr, SortOrder order ) : GroupBy
GroupBy ( ) : System.Collections.Generic

performance tip: linked list is used

GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic

performance tip: expect to have only 1 order item

SetWithRollup ( ) : GroupBy

Описание методов

Accept() публичный Метод

public Accept ( ISqlAstVisitor visitor ) : void
visitor ISqlAstVisitor
Результат void

AddOrderByItem() публичный Метод

public AddOrderByItem ( IExpression expr, SortOrder order ) : GroupBy
expr IExpression
order SortOrder
Результат GroupBy

GroupBy() публичный Метод

performance tip: linked list is used
public GroupBy ( ) : System.Collections.Generic
Результат System.Collections.Generic

GroupBy() публичный Метод

performance tip: expect to have only 1 order item
public GroupBy ( IExpression expr, SortOrder order, bool withRollup ) : System.Collections.Generic
expr IExpression
order SortOrder
withRollup bool
Результат System.Collections.Generic

SetWithRollup() публичный Метод

public SetWithRollup ( ) : GroupBy
Результат GroupBy