public interface Result
Result
is the result of running an MDX query. See Connection.execute(mondrian.olap.Query)
.Modifier and Type | Method and Description |
---|---|
void |
close() |
Axis[] |
getAxes()
Returns the non-slicer axes.
|
Cell |
getCell(int[] pos)
Returns the cell at a given set of coordinates.
|
Query |
getQuery()
Returns the query which generated this result.
|
Axis |
getSlicerAxis()
Returns the slicer axis.
|
void |
print(PrintWriter pw) |
Query getQuery()
Axis[] getAxes()
Axis getSlicerAxis()
Cell getCell(int[] pos)
void print(PrintWriter pw)
void close()
Copyright © 2020 Hitachi Vantara. All rights reserved.