Uses of Class
mondrian.olap.DrillThrough
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of DrillThrough in mondrian.olap
Modifier and TypeMethodDescriptionParser.FactoryImpl.makeDrillThrough
(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) -
Uses of DrillThrough in mondrian.parser
Modifier and TypeMethodDescriptionMdxParserValidator.QueryPartFactory.makeDrillThrough
(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) Creates aDrillThrough
object.