Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Interface OlapCellSet

All Known Implementing Classes:
DefaultCellSet

public interface OlapCellSet

OlapCellSet represents a container for a query result to a DataSource.


Method Summary
 AxisList getAxisSets()
          Retrieves the list of AxisOlapSets.
 TupleCursor getFilterCursor()
          Retrieves the cursor that contains the filter information, if any.
 ValueCursor getValueCursor()
          Retrieves the cursor for iterating through the values of the cell set.
 

Method Detail

getAxisSets

AxisList getAxisSets()
Retrieves the list of AxisOlapSets.

Returns:
a list of axis sets

getFilterCursor

TupleCursor getFilterCursor()
Retrieves the cursor that contains the filter information, if any.

Returns:
the filter cursor

getValueCursor

ValueCursor getValueCursor()
Retrieves the cursor for iterating through the values of the cell set.

Returns:
the cell set's value cursor

Copyright © 2011 Citra Technologies. All Rights Reserved.