Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.data
Interface TabularSet

All Known Implementing Classes:
DefaultTabularSet

public interface TabularSet

TabularSet is a structure containing a 2-dimensional (tabular) set of data.


Method Summary
 TabularCursor getTabularCursor()
          Retrieves the cursor for iterating through the values of the tabular set.
 

Method Detail

getTabularCursor

TabularCursor getTabularCursor()
Retrieves the cursor for iterating through the values of the tabular set.

Returns:
the set's cursor

Copyright © 2011 Citra Technologies. All Rights Reserved.