|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssMdAxis
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 |
---|
boolean isSlicerAxis() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getTupleCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getClusterCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.int getDimensionCount() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssMdMember[] getAllDimensions() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.IEssMdMember[] getAllTupleMembers(int tupleIndex) throws com.essbase.api.base.EssException
tupleIndex
- The tuple index for which to get the members.com.essbase.api.base.EssException
- if an error occurs.IEssMdCluster[] getAllClusters() throws com.essbase.api.base.EssException
com.essbase.api.base.EssException
- if an error occurs.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |