|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Result
A Result
is the result of running an MDX query. See Connection.execute(mondrian.olap.Query)
.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
Query getQuery()
Axis[] getAxes()
Axis getSlicerAxis()
Cell getCell(int[] pos)
void print(PrintWriter pw)
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |