Uses of Class
mondrian.xmla.DataSourcesConfig.Catalog
-
Packages that use DataSourcesConfig.Catalog Package Description mondrian.server Augments the Mondrian engine with server functionality.mondrian.xmla Implements the XML for Analysis API. -
-
Uses of DataSourcesConfig.Catalog in mondrian.server
Methods in mondrian.server with parameters of type DataSourcesConfig.Catalog Modifier and Type Method Description static boolean
DynamicContentFinder. areCatalogsEqual(DataSourcesConfig.DataSource dataSource1, DataSourcesConfig.Catalog catalog1, DataSourcesConfig.DataSource dataSource2, DataSourcesConfig.Catalog catalog2)
static String
DynamicContentFinder. dsi(DataSourcesConfig.DataSource dataSource, DataSourcesConfig.Catalog catalog)
-
Uses of DataSourcesConfig.Catalog in mondrian.xmla
Fields in mondrian.xmla declared as DataSourcesConfig.Catalog Modifier and Type Field Description DataSourcesConfig.Catalog[]
DataSourcesConfig.Catalogs. catalogs
The list of catalogs.
-