Uses of Interface
mondrian.olap.Schema
-
Packages that use Schema Package Description 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. -
-
Uses of Schema in mondrian.olap
Methods in mondrian.olap that return Schema Modifier and Type Method Description Schema
Connection. getSchema()
Get the Schema associated with this Connection.Schema
Cube. getSchema()
Schema
Dimension. getSchema()
Returns the schema this dimension belongs to.Methods in mondrian.olap with parameters of type Schema Modifier and Type Method Description static 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 poolAccess
DelegatingRole. getAccess(Schema schema)
Access
Role. getAccess(Schema schema)
Returns the access this role has to a given schema.Access
RoleImpl. getAccess(Schema schema)
void
RoleImpl. grant(Schema schema, Access access)
Defines access to all cubes and dimensions in a schema. -
Uses of Schema in mondrian.rolap
Classes in mondrian.rolap that implement Schema Modifier and Type Class Description class
RolapSchema
Methods in mondrian.rolap that return Schema Modifier and Type Method Description Schema
RolapCubeDimension. getSchema()
Methods in mondrian.rolap with parameters of type Schema Modifier and Type Method Description void
CacheControlImpl. flushSchema(Schema schema)
Flushes the given RolapSchema instance from the pool
-