Copyright © 2011 Citra Technologies. All Rights Reserved.

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.


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

Method Detail

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

Copyright © 2011 Citra Technologies. All Rights Reserved.