|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IEssMdAxis interface. This represents an axis in the multi-dimensional result set returned by an MDX query operation.
Method Summary | |
IEssMdCluster[] |
getAllClusters()
Returns an array of all the clusters in this axis. |
IEssMdMember[] |
getAllDimensions()
Returns an array of all dimensions in this axis. |
IEssMdMember[] |
getAllTupleMembers(int tupleindex)
Returns an array of this axis's tuple members at a given tuple index. |
int |
getClusterCount()
Gets the number of clusters in this axis. |
int |
getDimensionCount()
Gets the number of dimensions in this axis. |
int |
getTupleCount()
Gets the number of tuples in this axis. |
boolean |
isSlicerAxis()
Checks if this axis is a slicer axis. |
Method Detail |
public boolean isSlicerAxis() throws EssException
EssException
- if an error occurs.public int getTupleCount() throws EssException
EssException
- if an error occurs.public int getClusterCount() throws EssException
EssException
- if an error occurs.public int getDimensionCount() throws EssException
EssException
- if an error occurs.public IEssMdMember[] getAllDimensions() throws EssException
EssException
- if an error occurs.public IEssMdMember[] getAllTupleMembers(int tupleindex) throws EssException
tupleindex
- The tuple index for which to get the members.
EssException
- if an error occurs.public IEssMdCluster[] getAllClusters() throws EssException
EssException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |