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.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Connection.getSchema()
Get the Schema associated with this Connection.
|
Schema |
Dimension.getSchema()
Returns the schema this dimension belongs to.
|
Schema |
Cube.getSchema() |
Modifier and Type | Method and 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 pool
|
Access |
DelegatingRole.getAccess(Schema schema) |
Access |
RoleImpl.getAccess(Schema schema) |
Access |
Role.getAccess(Schema schema)
Returns the access this role has to a given schema.
|
void |
RoleImpl.grant(Schema schema,
Access access)
Defines access to all cubes and dimensions in a schema.
|
Modifier and Type | Class and Description |
---|---|
class |
RolapSchema
|
Modifier and Type | Method and Description |
---|---|
Schema |
RolapCubeDimension.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
CacheControlImpl.flushSchema(Schema schema)
Flushes the given RolapSchema instance from the pool
|
Copyright © 2018 Hitachi Vantara. All rights reserved.