public abstract class ResultBase extends Object implements Result
Result.| Modifier and Type | Field and Description |
|---|---|
protected Axis[] |
axes |
protected Execution |
execution |
protected Query |
query |
protected Axis |
slicerAxis |
protected Statement |
statement |
| Modifier | Constructor and Description |
|---|---|
protected |
ResultBase(Execution execution,
Axis[] axes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Axis[] |
getAxes()
Returns the non-slicer axes.
|
Execution |
getExecution() |
protected abstract org.apache.log4j.Logger |
getLogger() |
Member |
getMember(int[] pos,
Hierarchy hierarchy)
Returns the current member of a given hierarchy at a given location.
|
Query |
getQuery()
Returns the query which generated this result.
|
Axis |
getSlicerAxis()
Returns the slicer axis.
|
void |
print(PrintWriter pw) |
protected final Execution execution
protected final Statement statement
protected final Query query
protected final Axis[] axes
protected Axis slicerAxis
protected abstract org.apache.log4j.Logger getLogger()
public Query getQuery()
Resultpublic Axis[] getAxes()
Resultpublic Axis getSlicerAxis()
ResultgetSlicerAxis in interface Resultpublic void print(PrintWriter pw)
public Member getMember(int[] pos, Hierarchy hierarchy)
pos - Coordinates in cell sethierarchy - Hierarchypublic Execution getExecution()
Copyright © 2021 Hitachi Vantara. All rights reserved.