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.
|
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()
Result
public Axis[] getAxes()
Result
public Axis getSlicerAxis()
Result
getSlicerAxis
in interface Result
public void print(PrintWriter pw)
public Member getMember(int[] pos, Hierarchy hierarchy)
pos
- Coordinates in cell sethierarchy
- HierarchyCopyright © 2020 Hitachi Vantara. All rights reserved.