Uses of Interface
mondrian.olap.Result
-
Packages that use Result Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.tui Text user interface for Mondrian.mondrian.web.taglib Provides a tag library for embedding MDX queries in JSP pages. -
-
Uses of Result in mondrian.olap
Classes in mondrian.olap that implement Result Modifier and Type Class Description class
ResultBase
Skeleton implementation ofResult
.Methods in mondrian.olap that return Result Modifier and Type Method Description Result
Connection. execute(Query query)
Deprecated.This method is deprecated and will be removed in mondrian-4.0. -
Uses of Result in mondrian.rolap
Classes in mondrian.rolap that implement Result Modifier and Type Class Description class
RolapResult
ARolapResult
is the result of running a query.Methods in mondrian.rolap that return Result Modifier and Type Method Description Result
RolapConnection. execute(Query query)
Deprecated.UseRolapConnection.execute(mondrian.server.Execution)
; this method will be removed in mondrian-4.0Result
RolapConnection. execute(Execution execution)
Executes a statement.Result
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 Result Modifier and Type Method Description Result
RolapResultShepherd. 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 Result Modifier and Type Method Description Result
CmdRunner. runQuery(String queryString, boolean loadParams)
Executes a query and returns the result.Methods in mondrian.tui with parameters of type Result Modifier and Type Method Description String
CmdRunner. highCardToString(Result result)
Converts aResult
object to a string printing to standard output directly, without buffering.String
CmdRunner. toString(Result result)
Converts aResult
object to a string -
Uses of Result in mondrian.web.taglib
Methods in mondrian.web.taglib that return Result Modifier and Type Method Description Result
ResultCache. getResult()
Methods in mondrian.web.taglib with parameters of type Result Modifier and Type Method Description static Document
DomBuilder. build(Result result)
static Element
DomBuilder. build(Document factory, Result result)
Constructors in mondrian.web.taglib with parameters of type Result Constructor Description DomBuilder(Document factory, Result result)
-