Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.query
Interface QuerySelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractQuerySelection, DefaultQuerySelection, MDXSelection

public interface QuerySelection
extends OlapSelection

QuerySelection defines a method for retrieving an OlapCellSet from a DataSource connection. The cell set can be iterated so that the measure values are retrieved.


Method Summary
 OlapCellSet resolveCellSet(Connection connection)
          Retrieves the selection result as an OlapCellSet.
 
Methods inherited from interface com.citra.pivot.olap.data.OlapSelection
resolveSelection
 

Method Detail

resolveCellSet

OlapCellSet resolveCellSet(Connection connection)
                           throws DataSourceException
Retrieves the selection result as an OlapCellSet.

Parameters:
connection - the connection to the datasource
Returns:
the olap cell set resolved
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.