Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.set
Interface SetSelection

All Superinterfaces:
OlapSelection
All Known Implementing Classes:
AbstractSetSelection, AddCalculatedMembersSetSelection, AllMembersSetSelection, BottomCountSetSelection, CreateSetSelection, CrossSetSelection, DescendantsSetSelection, DistinctSetSelection, DropSetSelection, EmptySetSelection, ExceptSetSelection, ExtractSetSelection, FilterSetSelection, GenerateSetSelection, HierarchizeSetSelection, IntersectSetSelection, MembersSetSelection, NamedRefSetSelection, NamedSetSelection, NonEmptyCrossJoinSetSelection, NonEmptySetSelection, OrderSetSelection, SelfSetSelection, SingleSetSelection, TopCountSetSelection, TupleSetSelection, UnionSetSelection, VisualTotalsSetSelection, WhereSetSelection

public interface SetSelection
extends OlapSelection

SetSelection defines a method for resolving an OlapSet from a DataSource connection.


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

Method Detail

resolveSet

OlapSet resolveSet(Connection connection)
                   throws DataSourceException
Retrieves the selection result as an OlapSet.

Parameters:
connection - the connection to the datasource
Returns:
the olap set resolved
Throws:
DataSourceException

Copyright © 2011 Citra Technologies. All Rights Reserved.