Uses of Interface
mondrian.olap.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
-
Uses of Result in mondrian.rolap
Modifier and TypeClassDescriptionclass
ARolapResult
is the result of running a query.Modifier 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.Modifier and TypeMethodDescriptionRolapResultShepherd.shepherdExecution
(Execution execution, Callable<Result> callable) Executes and shepherds the execution of an Execution instance. -
Uses of Result in mondrian.tui
Modifier and TypeMethodDescriptionExecutes a query and returns the result. -
Uses of Result in mondrian.web.taglib