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.
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