|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SelectionConstants | Interface holding commonly used selection operators between datasources. |
SetSelection | SetSelection defines a method for resolving an OlapSet from a DataSource connection. |
Class Summary | |
---|---|
AbstractSetSelection | AbstractSetSelection is the basis of set selections in this package. |
AddCalculatedMembersSetSelection | AddCalculatedMembersSetSelection is a selection that adds calculated members to a set. |
AllMembersSetSelection | AllMembersSetSelection is a selection that returns a set containing all members, including calculated members, of the specified hierarchy or level. |
BottomCountSetSelection | BottomCountSetSelection is a selection that extracts the lowest valued tuples in a set, depending on a measure. |
CreateSetSelection | CreateSetSelection is a selection that creates a named set on the server. |
CrossSetSelection | CrossSetSelection is a selection that produces a cross join between sets. |
DescendantsSetSelection | DescendantsSetSelection is a selection that returns descendants of a given member. |
DistinctSetSelection | DistinctSetSelection is a selection that returns the distinct tuples in a set. |
DropSetSelection | DropSetSelection is a selection that drops a named set on the server. |
EmptySetSelection | EmptySetSelection represents a set with no tuples. |
ExceptSetSelection | ExceptSetSelection is a selection that removes tuples in a set from a second set. |
ExtractSetSelection | ExtractSetSelection is a selection that selects only members from certain hierarchies. |
FilterSetSelection | FilterSetSelection is a selection that returns members from a set according to a logical condition. |
GenerateSetSelection | GenerateSetSelection is a selection that starts an iteration in a query. |
HierarchizeSetSelection | HierarchizeSetSelection is a selection that orders members in a set according to their location in the hierarchy. |
IntersectSetSelection | IntersectSetSelection is a selection that returns common members between two sets. |
MembersSetSelection | MembersSetSelection is a selection that retrieves members from a hierarchy or level. |
NamedRefSetSelection | NamedRefSetSelection is a selection that refers to a named set in the server. |
NamedSetSelection | NamedSetSelection is a selection that defines a named set. |
NonEmptyCrossJoinSetSelection | NonEmptyCrossJoinSetSelection is a selection that produces a cross join between two sets, having non empty tuple values. |
NonEmptySetSelection | NonEmptySetSelection is a selection that returns tuples from the first set that have non empty value when joined with the members of the second set. |
OrderSetSelection | OrderSetSelection is a selection that orders the members of a set. |
SelfSetSelection | SelfSetSelection is a selection wrapper to an OlapSet. |
SetSelectionList | SetSelectionList is a list containing SetSelection objects. |
SingleSetSelection | SingleSetSelection is a selection that returns members from a single hierarchy only. |
TopCountSetSelection | TopCountSetSelection is a selection that extracts the highest valued tuples in a set, depending on a measure. |
TupleSetSelection | TupleSetSelection is a set selection that contains a single tuple. |
UnionSetSelection | UnionSetSelection is a selection that produces a union of a number of sets. |
VisualTotalsSetSelection | VisualTotalsSetSelection is a selection that produces aggregated values depending on the members of a set. |
WhereSetSelection | WhereSetSelection is a selection that returns a set with a filter condition. |
Contains classes and interfaces for selecting sets from a DataSource.
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |