Uses of Class
mondrian.rolap.RolapSchema
-
Packages that use RolapSchema Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.olap4j olap4j driver for the Mondrian OLAP engine.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables.mondrian.server Augments the Mondrian engine with server functionality. -
-
Uses of RolapSchema in mondrian.olap
Methods in mondrian.olap that return RolapSchema Modifier and Type Method Description RolapSchema
DelegatingSchemaReader. getSchema()
RolapSchema
SchemaReader. getSchema()
Returns the schema. -
Uses of RolapSchema in mondrian.olap4j
Methods in mondrian.olap4j that return types with arguments of type RolapSchema Modifier and Type Method Description Map<String,RolapSchema>
CatalogFinder. 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 RolapSchema Modifier and Type Field Description protected RolapSchema
RolapSchemaReader. schema
Methods in mondrian.rolap that return RolapSchema Modifier and Type Method Description RolapSchema
RolapHierarchy. getRolapSchema()
RolapSchema
RolapConnection. getSchema()
RolapSchema
RolapCube. getSchema()
RolapSchema
RolapSchemaReader. getSchema()
RolapSchema
RolapStar. getSchema()
Methods in mondrian.rolap that return types with arguments of type RolapSchema Modifier and Type Method Description static List<RolapSchema>
RolapSchema. getRolapSchemas()
Methods in mondrian.rolap with parameters of type RolapSchema Modifier and Type Method Description static boolean
RolapSchema. cacheContains(RolapSchema rolapSchema)
protected Dialect
SqlStatement. getDialect(RolapSchema schema)
Retrieves dialect from schema or attempts to create it in case it is null -
Uses of RolapSchema in mondrian.rolap.aggmatcher
Constructors in mondrian.rolap.aggmatcher with parameters of type RolapSchema Constructor Description AggTableManager(RolapSchema schema)
-
Uses of RolapSchema in mondrian.server
Methods in mondrian.server that return RolapSchema Modifier and Type Method Description RolapSchema
Statement. getSchema()
Returns this statement's schema.RolapSchema
StatementImpl. getSchema()
Methods in mondrian.server that return types with arguments of type RolapSchema Modifier and Type Method Description Map<String,RolapSchema>
FileRepository. getRolapSchemas(RolapConnection connection, String databaseName, String catalogName)
Map<String,RolapSchema>
ImplicitRepository. getRolapSchemas(RolapConnection connection, String databaseName, String catalogName)
Map<String,RolapSchema>
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.
-