Uses of Interface
mondrian.olap.NameResolver.Namespace
-
Packages that use NameResolver.Namespace 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. -
-
Uses of NameResolver.Namespace in mondrian.olap
Methods in mondrian.olap that return types with arguments of type NameResolver.Namespace Modifier and Type Method Description List<NameResolver.Namespace>
DelegatingSchemaReader. getNamespaces()
List<NameResolver.Namespace>
SchemaReader. getNamespaces()
Returns a list of namespaces to search when resolving elements by name. -
Uses of NameResolver.Namespace in mondrian.rolap
Classes in mondrian.rolap that implement NameResolver.Namespace Modifier and Type Class Description class
RolapSchemaReader
ARolapSchemaReader
allows you to read schema objects while observing the access-control profile specified by a given role.Methods in mondrian.rolap that return types with arguments of type NameResolver.Namespace Modifier and Type Method Description List<NameResolver.Namespace>
RolapSchemaReader. getNamespaces()
-