| 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 the  mondrian.spipackage. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | LocalizingDynamicSchemaProcessor. filter(String catalog,
      Util.PropertyList connectInfo) | 
| String | LocalizingDynamicSchemaProcessor. filter(String schemaUrl,
      Util.PropertyList connectInfo,
      InputStream stream) | 
| Modifier and Type | Method and Description | 
|---|---|
| Util.PropertyList | Util.PropertyList. clone() | 
| static Util.PropertyList | Util. parseConnectString(String s)Converts an OLE DB connect string into a  Util.PropertyList. | 
| Modifier and Type | Method and Description | 
|---|---|
| static 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Util.PropertyList | RolapConnection. getConnectInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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. | 
| Constructor and Description | 
|---|
| RolapConnection(MondrianServer server,
               Util.PropertyList connectInfo,
               DataSource dataSource)Creates a connection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AggTableManager. initialize(Util.PropertyList connectInfo)Initializes this object, loading all aggregate tables and associating
 them with  RolapStars. | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| default String | DynamicSchemaProcessor. processCatalog(String catalog,
              Util.PropertyList connectInfo)Modifies a Mondrian catalog. | 
| String | DynamicSchemaProcessor. processSchema(String schemaUrl,
             Util.PropertyList connectInfo)Modifies a Mondrian schema. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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. | 
| String | FilterDynamicSchemaProcessor. processCatalog(String catalog,
              Util.PropertyList connectInfo)Modifies a Mondrian catalog. | 
| String | FilterDynamicSchemaProcessor. processSchema(String schemaUrl,
             Util.PropertyList connectInfo)Modifies a Mondrian schema. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.