Uses of Interface
org.olap4j.metadata.Catalog
Packages that use Catalog
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides classes and interfaces for browsing an OLAP schema.
-
Uses of Catalog in org.olap4j
Methods in org.olap4j that return CatalogModifier and TypeMethodDescriptionOlapConnection.getOlapCatalog()
Returns the current activeCatalog
of this connection.Methods in org.olap4j that return types with arguments of type CatalogModifier and TypeMethodDescriptionOlapConnection.getOlapCatalogs()
Returns a list ofCatalog
objects which belong to this connection's OLAP server. -
Uses of Catalog in org.olap4j.metadata
Methods in org.olap4j.metadata that return CatalogModifier and TypeMethodDescriptionSchema.getCatalog()
Returns theCatalog
thisSchema
belongs to.Methods in org.olap4j.metadata that return types with arguments of type CatalogModifier and TypeMethodDescriptionDatabase.getCatalogs()
Returns a list ofCatalog
objects which belong to this Database.