com.citra.pivot.olap.axis
Interface AxisSelection
- All Superinterfaces:
- OlapSelection
- All Known Implementing Classes:
- AbstractAxisSelection, DefaultAxisSelection
public interface AxisSelection
- extends OlapSelection
AxisSelection defines a method for retrieving an AxisOlapSet from a DataSource connection.
The axis set can then be iterated so that the set's members are retrieved.
resolveAxis
AxisOlapSet resolveAxis(Connection connection)
throws DataSourceException
- Retrieves the selection result as an AxisOlapSet.
- Parameters:
connection
- the connection to the datasource
- Returns:
- the olap axis set resolved
- Throws:
DataSourceException