Interface Catalog

    • Method Detail

      • getSchemas

        NamedList<Schema> getSchemas()
                              throws OlapException
        Returns a list of Schema objects which belong to this Catalog.

        The caller should assume that the list is immutable; if the caller modifies the list, behavior is undefined.

        Returns:
        List of Schema in this Catalog
        Throws:
        OlapException - if error occurs
        See Also:
        DatabaseMetaData.getSchemas()
      • getName

        java.lang.String getName()
        Returns the name of this Catalog.
        Returns:
        name of this Catalog
      • getMetaData

        OlapDatabaseMetaData getMetaData()
        Retrieves the metadata describing the OLAP server that this Catalog belongs to.
        Returns:
        metadata describing the OLAP server
      • getDatabase

        Database getDatabase()
        Returns the parent database of this catalog.
        Returns:
        A Database object to which this catalog belongs.