C# 클래스 Tup.Cobar4Net.Parser.Ast.Fragment.GroupBy

상속: IAstNode
파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 메소드들

메소드 설명
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