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 SchemaConnection. getSchema()Get the Schema associated with this Connection.SchemaCube. getSchema()SchemaDimension. getSchema()Returns the schema this dimension belongs to.Methods in mondrian.olap with parameters of type Schema Modifier and Type Method Description static RoleUtil. createRootRole(Schema schema)Returns a role which has access to everything.voidCacheControl. flushSchema(Schema schema)Flushes the given Schema instance from the poolAccessDelegatingRole. getAccess(Schema schema)AccessRole. getAccess(Schema schema)Returns the access this role has to a given schema.AccessRoleImpl. getAccess(Schema schema)voidRoleImpl. 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 classRolapSchemaMethods in mondrian.rolap that return Schema Modifier and Type Method Description SchemaRolapCubeDimension. getSchema()Methods in mondrian.rolap with parameters of type Schema Modifier and Type Method Description voidCacheControlImpl. flushSchema(Schema schema)Flushes the given RolapSchema instance from the pool
-