Uses of Interface
mondrian.olap.Result
Packages that use Result
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Text user interface for Mondrian.
Provides a tag library for embedding MDX queries in JSP pages.
-
Uses of Result in mondrian.olap
Classes in mondrian.olap that implement ResultMethods in mondrian.olap that return Result -
Uses of Result in mondrian.rolap
Classes in mondrian.rolap that implement ResultModifier and TypeClassDescriptionclass
ARolapResult
is the result of running a query.Methods in mondrian.rolap that return ResultModifier and TypeMethodDescriptionDeprecated.UseRolapConnection.execute(mondrian.server.Execution)
; this method will be removed in mondrian-4.0Executes a statement.RolapResultShepherd.shepherdExecution
(Execution execution, Callable<Result> callable) Executes and shepherds the execution of an Execution instance.Method parameters in mondrian.rolap with type arguments of type ResultModifier and TypeMethodDescriptionRolapResultShepherd.shepherdExecution
(Execution execution, Callable<Result> callable) Executes and shepherds the execution of an Execution instance. -
Uses of Result in mondrian.tui
Methods in mondrian.tui that return ResultModifier and TypeMethodDescriptionExecutes a query and returns the result.Methods in mondrian.tui with parameters of type Result -
Uses of Result in mondrian.web.taglib
Methods in mondrian.web.taglib that return ResultMethods in mondrian.web.taglib with parameters of type ResultConstructors in mondrian.web.taglib with parameters of type Result