See: Description
| 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 | Description |
|---|---|
| Query |
Base query model object.
|
| QueryAxis |
An axis within an OLAP
Query. |
| QueryDimension |
Usage of a dimension for an OLAP query.
|
| QueryEvent |
Describes which changes were performed to the query model.
|
| 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.
|
NOTE: This package is experimental. Classes may be renamed or removed in a future release of olap4j.