Uses of Interface
mondrian.server.Repository
Packages that use Repository
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
-
Uses of Repository in mondrian.olap
Methods in mondrian.olap that return Repository -
Uses of Repository in mondrian.server
Classes in mondrian.server that implement RepositoryModifier and TypeClassDescriptionclass
Implementation ofRepository
that reads from adatasources.xml
file.class
Implementation ofRepository
for a server that doesn't have a repository: each connection in the server has its own catalog (specified in the connect string) and therefore the catalog and schema metadata will be whatever pertains to that connection.