Uses of Interface
mondrian.server.Repository
-
Packages that use Repository Package Description mondrian.server Augments the Mondrian engine with server functionality. -
-
Uses of Repository in mondrian.server
Classes in mondrian.server that implement Repository Modifier and Type Class Description class
FileRepository
Implementation ofRepository
that reads from adatasources.xml
file.class
ImplicitRepository
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.
-