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 DrillThrough
Parser.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 DrillThrough
MdxParserValidator.QueryPartFactory. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)
Creates aDrillThrough
object.
-