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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Axis[]getAxes()Returns the non-slicer axes.protected abstract org.apache.logging.log4j.LoggerReturns the current member of a given hierarchy at a given location.getQuery()Returns the query which generated this result.Returns the slicer axis.voidprint(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:ResultReturns the query which generated this result. -
getAxes
Description copied from interface:ResultReturns the non-slicer axes. -
getSlicerAxis
Description copied from interface:ResultReturns the slicer axis.- Specified by:
getSlicerAxisin 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()
-