Package mondrian.olap
Class ResultBase
java.lang.Object
mondrian.olap.ResultBase
- All Implemented Interfaces:
Result
- Direct Known Subclasses:
RolapResult
Skeleton implementation of
Result
.- Since:
- 10 August, 2001
- Author:
- jhyde
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Axis[]
getAxes()
Returns the non-slicer axes.protected abstract org.apache.logging.log4j.Logger
Returns the current member of a given hierarchy at a given location.getQuery()
Returns the query which generated this result.Returns the slicer axis.void
print
(PrintWriter pw)
-
Field Details
-
execution
-
statement
-
query
-
axes
-
slicerAxis
-
-
Constructor Details
-
ResultBase
-
-
Method Details
-
getLogger
protected abstract org.apache.logging.log4j.Logger getLogger() -
getQuery
Description copied from interface:Result
Returns the query which generated this result. -
getAxes
Description copied from interface:Result
Returns the non-slicer axes. -
getSlicerAxis
Description copied from interface:Result
Returns the slicer axis.- Specified by:
getSlicerAxis
in interfaceResult
-
print
-
getMember
Returns the current member of a given hierarchy at a given location.- Parameters:
pos
- Coordinates in cell sethierarchy
- Hierarchy- Returns:
- current member of given hierarchy
-
getExecution
-
close
public void close()
-