Uses of Interface
org.olap4j.metadata.Database
Packages that use Database
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 Database in org.olap4j
Methods in org.olap4j that return DatabaseModifier and TypeMethodDescriptionOlapConnection.getOlapDatabase()
Returns the current activeDatabase
of this connection.Methods in org.olap4j that return types with arguments of type DatabaseModifier and TypeMethodDescriptionOlapConnection.getOlapDatabases()
Returns a list ofDatabase
objects which belong to this connection's OLAP server. -
Uses of Database in org.olap4j.metadata
Methods in org.olap4j.metadata that return DatabaseModifier and TypeMethodDescriptionCatalog.getDatabase()
Returns the parent database of this catalog.