mondrian.rolap
Class GroupingSetsCollector

java.lang.Object
  extended by mondrian.rolap.GroupingSetsCollector

public class GroupingSetsCollector
extends Object

The GroupingSetsCollector collects the GroupinpSets and pass the consolidated list to form group by grouping sets sql

Since:
06-Jun-2007
Author:
Thiyagu
 

Constructor Summary
GroupingSetsCollector(boolean useGroupingSets)
           
 
Method Summary
 void add(GroupingSet aggInfo)
           
 List<GroupingSet> getGroupingSets()
           
 boolean useGroupingSets()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupingSetsCollector

public GroupingSetsCollector(boolean useGroupingSets)
Method Detail

useGroupingSets

public boolean useGroupingSets()

add

public void add(GroupingSet aggInfo)

getGroupingSets

public List<GroupingSet> getGroupingSets()

SourceForge.net_Logo