Uses of Interface
org.olap4j.metadata.Cube
Packages that use Cube
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides classes and interfaces for browsing an OLAP schema.
Provides an object model for building OLAP queries programmatically (experimental).
Type system for MDX expressions.
-
Uses of Cube in org.olap4j
Methods in org.olap4j that return Cube -
Uses of Cube in org.olap4j.mdx
Methods in org.olap4j.mdx that return CubeConstructors in org.olap4j.mdx with parameters of type Cube -
Uses of Cube in org.olap4j.metadata
Methods in org.olap4j.metadata that return CubeModifier and TypeMethodDescriptionNamedSet.getCube()
Returns theCube
that thisNamedSet
belongs to.Methods in org.olap4j.metadata that return types with arguments of type Cube -
Uses of Cube in org.olap4j.query
Fields in org.olap4j.query declared as CubeMethods in org.olap4j.query that return CubeModifier and TypeMethodDescriptionQuery.getCube()
Returns the underlying cube object that is used to query against.Constructors in org.olap4j.query with parameters of type Cube -
Uses of Cube in org.olap4j.type
Methods in org.olap4j.type that return CubeConstructors in org.olap4j.type with parameters of type Cube