Package mondrian.rolap
Class RolapSchemaPool
java.lang.Object
mondrian.rolap.RolapSchemaPool
A collection of schemas, identified by their connection properties (catalog name, JDBC URL, and so forth).
To lookup a schema, call RolapSchemaPool.
.instance()
().get(java.lang.String, java.lang.String, java.lang.String, java.lang.String, mondrian.olap.Util.PropertyList)
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of schemas in this pool.static RolapSchemaPool
instance()
void
remove
(RolapSchema schema)
-
Method Details
-
instance
-
remove
-
getRolapSchemas
Returns a list of schemas in this pool.- Returns:
- List of schemas in this pool
-