Class RolapSchemaPool

java.lang.Object
mondrian.rolap.RolapSchemaPool

public class RolapSchemaPool extends Object
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 Details

    • instance

      public static RolapSchemaPool instance()
    • remove

      public void remove(RolapSchema schema)
    • getRolapSchemas

      public List<RolapSchema> getRolapSchemas()
      Returns a list of schemas in this pool.
      Returns:
      List of schemas in this pool