Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.olap.tuple

Contains classes and interfaces for selecting tuples from a DataSource.

See:
          Description

Interface Summary
TupleSelection TupleSelection defines a method for retrieving an OlapTuple from a DataSource connection.
 

Class Summary
AbstractTupleSelection AbstractTupleSelection is the basis of tuple selections in this package.
DefaultTupleSelection DefaultTupleSelection represents the selection of a tuple, consisting of member selections.
ItemTupleSelection ItemTupleSelection selects a tuple from a set, as that is defined by an index.
SelfTupleSelection SelfTupleSelection is the selection of an OlapTuple, defined in the constructor.
TupleSelectionList TupleSelectionList is a list containing TupleSelection objects.
UnionTupleSelection UnionTupleSelection defines a union of tuples.
 

Package com.citra.pivot.olap.tuple Description

Contains classes and interfaces for selecting tuples from a DataSource.


Copyright © 2011 Citra Technologies. All Rights Reserved.