| Package | Description | 
|---|---|
| mondrian.olap | 
 Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. 
 | 
| mondrian.olap4j | 
 olap4j driver for the Mondrian OLAP engine. 
 | 
| 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.server | 
 Augments the Mondrian engine with server functionality. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RolapSchema | 
DelegatingSchemaReader.getSchema()  | 
RolapSchema | 
SchemaReader.getSchema()
Returns the schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,RolapSchema> | 
CatalogFinder.getRolapSchemas(RolapConnection connection,
               String catalogName)
Returns a list of (schema name, schema) pairs in a catalog of a
 particular name. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected RolapSchema | 
RolapSchemaReader.schema  | 
| Modifier and Type | Method and Description | 
|---|---|
RolapSchema | 
RolapHierarchy.getRolapSchema()  | 
RolapSchema | 
RolapStar.getSchema()  | 
RolapSchema | 
RolapCube.getSchema()  | 
RolapSchema | 
RolapSchemaReader.getSchema()  | 
RolapSchema | 
RolapConnection.getSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<RolapSchema> | 
RolapSchema.getRolapSchemas()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
RolapSchema.cacheContains(RolapSchema rolapSchema)  | 
protected Dialect | 
SqlStatement.getDialect(RolapSchema schema)
Retrieves dialect from schema or attempts to create it
 in case it is null 
 | 
| Constructor and Description | 
|---|
AggTableManager(RolapSchema schema)  | 
| Modifier and Type | Method and Description | 
|---|---|
RolapSchema | 
StatementImpl.getSchema()  | 
RolapSchema | 
Statement.getSchema()
Returns this statement's schema. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,RolapSchema> | 
FileRepository.getRolapSchemas(RolapConnection connection,
               String databaseName,
               String catalogName)  | 
Map<String,RolapSchema> | 
Repository.getRolapSchemas(RolapConnection connection,
               String databaseName,
               String catalogName)
Must return a map of schema names and schema objects
 who are children of the specified datasource and catalog. 
 | 
Map<String,RolapSchema> | 
ImplicitRepository.getRolapSchemas(RolapConnection connection,
               String databaseName,
               String catalogName)  | 
Copyright © 2017 Hitachi Vantara. All rights reserved.