Uses of Interface
mondrian.server.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
-
Uses of Repository in mondrian.server
Modifier 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.