Uses of Interface
org.olap4j.metadata.Schema
Packages that use Schema
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 Schema in org.olap4j
Methods in org.olap4j that return SchemaModifier and TypeMethodDescriptionOlapConnection.getOlapSchema()
Returns the current activeSchema
of this connection.Methods in org.olap4j that return types with arguments of type SchemaModifier and TypeMethodDescriptionOlapConnection.getOlapSchemas()
Returns a list ofSchema
objects which belong to this connection's OLAP server. -
Uses of Schema in org.olap4j.metadata
Methods in org.olap4j.metadata that return SchemaMethods in org.olap4j.metadata that return types with arguments of type SchemaModifier and TypeMethodDescriptionCatalog.getSchemas()
Returns a list ofSchema
objects which belong to thisCatalog
.