Package org.olap4j.query
Provides an object model for building OLAP queries programmatically (experimental).
NOTE: This package is experimental. Classes may be renamed or removed in a future release of olap4j.
-
Interface Summary Interface Description QueryNodeListener Objects that want to be notified of changes to the Query Model structure have to implement this interface.Selection A selection of members from an OLAP dimension hierarchy. -
Class Summary Class Description Query Base query model object.QueryAxis An axis within an OLAPQuery
.QueryDimension Usage of a dimension for an OLAP query.QueryEvent Describes which changes were performed to the query model. -
Enum Summary Enum Description LimitFunction Defines the function used to limit an optionally sorted set.QueryDimension.HierarchizeMode Defines in which way the hierarchize operation should be performed.QueryEvent.Type Describes the nature of the event.Selection.Operator Defines which selection operators are allowed, relative to a root member.SortOrder Defines in what order to perform sort operations.