Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Method and Description |
---|---|
List<NameResolver.Namespace> |
SchemaReader.getNamespaces()
Returns a list of namespaces to search when resolving elements by name.
|
List<NameResolver.Namespace> |
DelegatingSchemaReader.getNamespaces() |
Modifier and Type | Method and Description |
---|---|
OlapElement |
NameResolver.resolve(OlapElement parent,
List<org.olap4j.mdx.IdentifierSegment> segments,
boolean failIfNotFound,
int category,
MatchType matchType,
List<NameResolver.Namespace> namespaces)
Resolves a list of segments (a parsed identifier) to an OLAP element.
|
Modifier and Type | Class and Description |
---|---|
class |
RolapSchemaReader
A
RolapSchemaReader allows you to read schema objects while
observing the access-control profile specified by a given role. |
Modifier and Type | Method and Description |
---|---|
List<NameResolver.Namespace> |
RolapSchemaReader.getNamespaces() |
Copyright © 2018 Hitachi Vantara. All rights reserved.