Uses of Class
mondrian.olap.DrillThrough
- 
Packages that use DrillThrough Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.parser  - 
- 
Uses of DrillThrough in mondrian.olap
Methods in mondrian.olap that return DrillThrough Modifier and Type Method Description DrillThroughParser.FactoryImpl. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) - 
Uses of DrillThrough in mondrian.parser
Methods in mondrian.parser that return DrillThrough Modifier and Type Method Description DrillThroughMdxParserValidator.QueryPartFactory. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)Creates aDrillThroughobject. 
 -