Uses of Class
mondrian.xmla.DataSourcesConfig.DataSources
-
Packages that use DataSourcesConfig.DataSources Package Description mondrian.server Augments the Mondrian engine with server functionality.mondrian.tui Text user interface for Mondrian. -
-
Uses of DataSourcesConfig.DataSources in mondrian.server
Fields in mondrian.server declared as DataSourcesConfig.DataSources Modifier and Type Field Description protected DataSourcesConfig.DataSources
DynamicContentFinder. dataSources
Methods in mondrian.server with parameters of type DataSourcesConfig.DataSources Modifier and Type Method Description void
DynamicContentFinder. flushObsoleteCatalogs(DataSourcesConfig.DataSources newDataSources)
-
Uses of DataSourcesConfig.DataSources in mondrian.tui
Methods in mondrian.tui that return DataSourcesConfig.DataSources Modifier and Type Method Description static DataSourcesConfig.DataSources
XmlaSupport. getDataSources(String connectString, Map<String,String> catalogNameUrls)
static DataSourcesConfig.DataSources
XmlaSupport. parseDataSources(String dataSourcesConfigString, org.apache.logging.log4j.Logger logger)
-