Uses of Class
mondrian.olap.Util.PropertyList
Package
Description
Utilities for internationalization and localization.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
Provides implementations of SPIs defined in the
mondrian.spi
package.-
Uses of Util.PropertyList in mondrian.i18n
Modifier and TypeMethodDescriptionLocalizingDynamicSchemaProcessor.filter
(String catalog, Util.PropertyList connectInfo) LocalizingDynamicSchemaProcessor.filter
(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) -
Uses of Util.PropertyList in mondrian.olap
Modifier and TypeMethodDescriptionUtil.PropertyList.clone()
static Util.PropertyList
Util.parseConnectString
(String s) Converts an OLE DB connect string into aUtil.PropertyList
.Modifier and TypeMethodDescriptionstatic Connection
DriverManager.getConnection
(Util.PropertyList properties, CatalogLocator locator) Creates a connection to a Mondrian OLAP Engine.static Connection
DriverManager.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
Modifier and TypeMethodDescriptionprotected void
RolapSchema.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.ModifierConstructorDescriptionRolapConnection
(MondrianServer server, Util.PropertyList connectInfo, DataSource dataSource) Creates a connection.RolapSchema
(SchemaKey key, ByteString md5Bytes, String catalogUrl, String catalogStr, Util.PropertyList connectInfo, DataSource dataSource) Create RolapSchema given the MD5 hash, catalog name and string (content) and the connectInfo object. -
Uses of Util.PropertyList in mondrian.rolap.aggmatcher
Modifier and TypeMethodDescriptionvoid
AggTableManager.initialize
(Util.PropertyList connectInfo) Initializes this object, loading all aggregate tables and associating them withRolapStar
s.void
JdbcSchema.load
(Util.PropertyList connectInfo) This forces the tables to be loaded.protected void
JdbcSchema.loadTables
(Util.PropertyList connectInfo) Gets all of the tables (and views) in the database. -
Uses of Util.PropertyList in mondrian.spi
Modifier and TypeMethodDescriptiondefault String
DynamicSchemaProcessor.processCatalog
(String catalog, Util.PropertyList connectInfo) Modifies a Mondrian catalog.DynamicSchemaProcessor.processSchema
(String schemaUrl, Util.PropertyList connectInfo) Modifies a Mondrian schema. -
Uses of Util.PropertyList in mondrian.spi.impl
Modifier and TypeMethodDescriptionprotected String
FilterDynamicSchemaProcessor.filter
(String catalog, Util.PropertyList connectInfo) Reads the contents of a catalog and returns the result as a string.protected String
FilterDynamicSchemaProcessor.filter
(String schemaUrl, Util.PropertyList connectInfo, InputStream stream) Reads the contents of a schema as a stream and returns the result as a string.FilterDynamicSchemaProcessor.processCatalog
(String catalog, Util.PropertyList connectInfo) Modifies a Mondrian catalog.FilterDynamicSchemaProcessor.processSchema
(String schemaUrl, Util.PropertyList connectInfo) Modifies a Mondrian schema.