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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultBase
Skeleton implementation of
Result . |
Modifier and Type | Method and Description |
---|---|
Result |
Connection.execute(Query query)
Deprecated.
This method is deprecated and will be removed in
mondrian-4.0. It operates by internally creating a statement. Better
to use olap4j and explicitly create a statement.
|
Modifier and Type | Class and Description |
---|---|
class |
RolapResult
A
RolapResult is the result of running a query. |
Modifier and Type | Method and Description |
---|---|
Result |
RolapConnection.execute(Execution execution)
Executes a statement.
|
Result |
RolapConnection.execute(Query query)
Deprecated.
Use
RolapConnection.execute(mondrian.server.Execution) ; this method
will be removed in mondrian-4.0 |
Result |
RolapResultShepherd.shepherdExecution(Execution execution,
Callable<Result> callable)
Executes and shepherds the execution of an Execution instance.
|
Modifier and Type | Method and Description |
---|---|
Result |
RolapResultShepherd.shepherdExecution(Execution execution,
Callable<Result> callable)
Executes and shepherds the execution of an Execution instance.
|
Modifier and Type | Method and Description |
---|---|
Result |
CmdRunner.runQuery(String queryString,
boolean loadParams)
Executes a query and returns the result.
|
Modifier and Type | Method and Description |
---|---|
String |
CmdRunner.highCardToString(Result result)
Converts a
Result object to a string printing to standard
output directly, without buffering. |
String |
CmdRunner.toString(Result result)
Converts a
Result object to a string |
Modifier and Type | Method and Description |
---|---|
Result |
ResultCache.getResult() |
Modifier and Type | Method and Description |
---|---|
static Element |
DomBuilder.build(Document factory,
Result result) |
static Document |
DomBuilder.build(Result result) |
Constructor and Description |
---|
DomBuilder(Document factory,
Result result) |
Copyright © 2020 Hitachi Vantara. All rights reserved.