Uses of Class
mondrian.rolap.RolapSchema
Packages that use 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
Methods in mondrian.olap that return RolapSchema -
Uses of RolapSchema in mondrian.olap4j
Methods in mondrian.olap4j that return types with arguments of type RolapSchemaModifier 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
Fields in mondrian.rolap declared as RolapSchemaMethods in mondrian.rolap that return RolapSchemaModifier and TypeMethodDescriptionRolapHierarchy.getRolapSchema()
RolapConnection.getSchema()
RolapCube.getSchema()
RolapSchemaReader.getSchema()
RolapStar.getSchema()
Methods in mondrian.rolap that return types with arguments of type RolapSchemaModifier and TypeMethodDescriptionstatic List<RolapSchema>
RolapSchema.getRolapSchemas()
RolapSchemaPool.getRolapSchemas()
Returns a list of schemas in this pool.Methods in mondrian.rolap with parameters of type RolapSchemaModifier 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
Constructors in mondrian.rolap.aggmatcher with parameters of type RolapSchema -
Uses of RolapSchema in mondrian.server
Methods in mondrian.server that return RolapSchemaModifier and TypeMethodDescriptionStatement.getSchema()
Returns this statement's schema.StatementImpl.getSchema()
Methods in mondrian.server that return types with arguments of type RolapSchemaModifier 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.