Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.mdx
Class MDXSelection

java.lang.Object
  extended by com.citra.pivot.olap.query.AbstractQuerySelection
      extended by 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.


Field Summary
protected  String mdx
           
 
Constructor Summary
protected MDXSelection()
          Constructs a MDXSelection.
  MDXSelection(String mdx)
          Constructs a MDXSelection.
 
Method Summary
 String getMDX()
          Retrieves the mdx query statement
 
Methods inherited from class com.citra.pivot.olap.query.AbstractQuerySelection
resolveCellSet, resolveSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mdx

protected String mdx
Constructor Detail

MDXSelection

protected MDXSelection()
Constructs a MDXSelection.


MDXSelection

public MDXSelection(String mdx)
Constructs a MDXSelection.

Method Detail

getMDX

public String getMDX()
Retrieves the mdx query statement

Returns:
the mdx query

Copyright © 2011 Citra Technologies. All Rights Reserved.