Uses of Interface
mondrian.olap.Schema
Packages that use Schema
Package
Description
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.
-
Uses of Schema in mondrian.olap
Methods in mondrian.olap that return SchemaModifier and TypeMethodDescriptionConnection.getSchema()
Get the Schema associated with this Connection.Cube.getSchema()
Dimension.getSchema()
Returns the schema this dimension belongs to.Methods in mondrian.olap with parameters of type SchemaModifier and TypeMethodDescriptionstatic Role
Util.createRootRole
(Schema schema) Returns a role which has access to everything.void
CacheControl.flushSchema
(Schema schema) Flushes the given Schema instance from the poolReturns the access this role has to a given schema.void
Defines access to all cubes and dimensions in a schema. -
Uses of Schema in mondrian.rolap
Classes in mondrian.rolap that implement SchemaModifier and TypeClassDescriptionclass
Methods in mondrian.rolap that return SchemaMethods in mondrian.rolap with parameters of type SchemaModifier and TypeMethodDescriptionvoid
CacheControlImpl.flushSchema
(Schema schema) Flushes the given RolapSchema instance from the pool