Uses of Class
mondrian.olap.Util.PropertyList
-
Packages that use Util.PropertyList Package Description mondrian.i18n Utilities for internationalization and localization.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.spi.impl Provides implementations of SPIs defined in themondrian.spipackage. -
-
Uses of Util.PropertyList in mondrian.i18n
Methods in mondrian.i18n with parameters of type Util.PropertyList Modifier and Type Method Description StringLocalizingDynamicSchemaProcessor. filter(String catalog, Util.PropertyList connectInfo)StringLocalizingDynamicSchemaProcessor. filter(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) -
Uses of Util.PropertyList in mondrian.olap
Methods in mondrian.olap that return Util.PropertyList Modifier and Type Method Description Util.PropertyListUtil.PropertyList. clone()static Util.PropertyListUtil. parseConnectString(String s)Converts an OLE DB connect string into aUtil.PropertyList.Methods in mondrian.olap with parameters of type Util.PropertyList Modifier and Type Method Description static ConnectionDriverManager. getConnection(Util.PropertyList properties, CatalogLocator locator)Creates a connection to a Mondrian OLAP Engine.static ConnectionDriverManager. getConnection(Util.PropertyList properties, CatalogLocator locator, DataSource dataSource)Creates a connection to a Mondrian OLAP Engine using a list of connection properties, a catalog locator, and a JDBC data source. -
Uses of Util.PropertyList in mondrian.rolap
Methods in mondrian.rolap that return Util.PropertyList Modifier and Type Method Description Util.PropertyListRolapConnection. getConnectInfo()Methods in mondrian.rolap with parameters of type Util.PropertyList Modifier and Type Method Description protected voidRolapSchema. load(String catalogUrl, String catalogStr, Util.PropertyList connectInfo)Method called by all constructors to load the catalog into DOM and build application mdx and sql objects.Constructors in mondrian.rolap with parameters of type Util.PropertyList Constructor Description RolapConnection(MondrianServer server, Util.PropertyList connectInfo, DataSource dataSource)Creates a connection. -
Uses of Util.PropertyList in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher with parameters of type Util.PropertyList Modifier and Type Method Description voidAggTableManager. initialize(Util.PropertyList connectInfo)Initializes this object, loading all aggregate tables and associating them withRolapStars.voidJdbcSchema. load(Util.PropertyList connectInfo)This forces the tables to be loaded.protected voidJdbcSchema. loadTables(Util.PropertyList connectInfo)Gets all of the tables (and views) in the database. -
Uses of Util.PropertyList in mondrian.spi
Methods in mondrian.spi with parameters of type Util.PropertyList Modifier and Type Method Description default StringDynamicSchemaProcessor. processCatalog(String catalog, Util.PropertyList connectInfo)Modifies a Mondrian catalog.StringDynamicSchemaProcessor. processSchema(String schemaUrl, Util.PropertyList connectInfo)Modifies a Mondrian schema. -
Uses of Util.PropertyList in mondrian.spi.impl
Methods in mondrian.spi.impl with parameters of type Util.PropertyList Modifier and Type Method Description protected StringFilterDynamicSchemaProcessor. filter(String catalog, Util.PropertyList connectInfo)Reads the contents of a catalog and returns the result as a string.protected StringFilterDynamicSchemaProcessor. filter(String schemaUrl, Util.PropertyList connectInfo, InputStream stream)Reads the contents of a schema as a stream and returns the result as a string.StringFilterDynamicSchemaProcessor. processCatalog(String catalog, Util.PropertyList connectInfo)Modifies a Mondrian catalog.StringFilterDynamicSchemaProcessor. processSchema(String schemaUrl, Util.PropertyList connectInfo)Modifies a Mondrian schema.
-