com.citra.pivot.olap.mdx
Class MDXSelection
java.lang.Object
com.citra.pivot.olap.query.AbstractQuerySelection
com.citra.pivot.olap.mdx.MDXSelection
- All Implemented Interfaces:
- OlapSelection, QuerySelection
public final class MDXSelection
- extends AbstractQuerySelection
MDXSelection is the selection that returns the results from an mdx statement to a data source.
Method Summary |
String |
getMDX()
Retrieves the mdx query statement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mdx
protected String mdx
MDXSelection
protected MDXSelection()
- Constructs a MDXSelection.
MDXSelection
public MDXSelection(String mdx)
- Constructs a MDXSelection.
getMDX
public String getMDX()
- Retrieves the mdx query statement
- Returns:
- the mdx query