Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.tab
Interface TabularSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractTabularSelection, DrillThroughSelection

public interface TabularSelection
extends OlapSelection

TabularSelection defines a method for retrieving a tabular set from a DataSource connection.


Method Summary
 TabularSet resolveTabular(Connection connection)
          Retrieves the selection result as a tabular set.
 
Methods inherited from interface com.citra.pivot.olap.data.OlapSelection
resolveSelection
 

Method Detail

resolveTabular

TabularSet resolveTabular(Connection connection)
                          throws DataSourceException
Retrieves the selection result as a tabular set.

Parameters:
connection - the connection to the datasource
Returns:
the tabular set
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.