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 classResultBaseSkeleton implementation ofResult.Methods in mondrian.olap that return Result Modifier and Type Method Description ResultConnection. 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 classRolapResultARolapResultis the result of running a query.Methods in mondrian.rolap that return Result Modifier and Type Method Description ResultRolapConnection. execute(Query query)Deprecated.UseRolapConnection.execute(mondrian.server.Execution); this method will be removed in mondrian-4.0ResultRolapConnection. execute(Execution execution)Executes a statement.ResultRolapResultShepherd. 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 ResultRolapResultShepherd. 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 ResultCmdRunner. 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 StringCmdRunner. highCardToString(Result result)Converts aResultobject to a string printing to standard output directly, without buffering.StringCmdRunner. toString(Result result)Converts aResultobject to a string -
Uses of Result in mondrian.web.taglib
Methods in mondrian.web.taglib that return Result Modifier and Type Method Description ResultResultCache. getResult()Methods in mondrian.web.taglib with parameters of type Result Modifier and Type Method Description static DocumentDomBuilder. build(Result result)static ElementDomBuilder. build(Document factory, Result result)Constructors in mondrian.web.taglib with parameters of type Result Constructor Description DomBuilder(Document factory, Result result)
-