Uses of Class
mondrian.rolap.RolapSchema
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
olap4j driver for the Mondrian OLAP engine.
Implements the data access layer for the olap package.
Defines a 'matcher' which scans the schema to find candidate aggregate tables.
Augments the Mondrian engine with server functionality.
-
Uses of RolapSchema in mondrian.olap
-
Uses of RolapSchema in mondrian.olap4j
Modifier and TypeMethodDescriptionCatalogFinder.getRolapSchemas
(RolapConnection connection, String catalogName) Returns a list of (schema name, schema) pairs in a catalog of a particular name. -
Uses of RolapSchema in mondrian.rolap
Modifier and TypeMethodDescriptionRolapHierarchy.getRolapSchema()
RolapConnection.getSchema()
RolapCube.getSchema()
RolapSchemaReader.getSchema()
RolapStar.getSchema()
Modifier and TypeMethodDescriptionstatic List<RolapSchema>
RolapSchema.getRolapSchemas()
RolapSchemaPool.getRolapSchemas()
Returns a list of schemas in this pool.Modifier and TypeMethodDescriptionstatic boolean
RolapSchema.cacheContains
(RolapSchema rolapSchema) protected Dialect
SqlStatement.getDialect
(RolapSchema schema) Retrieves dialect from schema or attempts to create it in case it is nullvoid
RolapSchemaPool.remove
(RolapSchema schema) -
Uses of RolapSchema in mondrian.rolap.aggmatcher
-
Uses of RolapSchema in mondrian.server
Modifier and TypeMethodDescriptionStatement.getSchema()
Returns this statement's schema.StatementImpl.getSchema()
Modifier and TypeMethodDescriptionFileRepository.getRolapSchemas
(RolapConnection connection, String databaseName, String catalogName) ImplicitRepository.getRolapSchemas
(RolapConnection connection, String databaseName, String catalogName) 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.