Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-06


Package oracle.olapi.metadata.mapping

Contains classes that map the MdmObject objects of a logical OLAP metadata model to physical storage structures in an Oracle Database instance.

See:
          Description

Class Summary
AttributeMap A ValueMap that maps an MdmAttribute for an MdmDimension to an Expression.
CubeDimensionalityMap Associates a CubeMap with MdmDimension and MdmDimensionality objects.
CubeMap An ObjectMap that maps an MdmCube to an Expression.
DimensionMap The abstract base class for an object that maps an MdmDimension to a relational data source.
HierarchyLevelMap A DimensionMap that maps an MdmHierarchyLevel to a data source.
MeasureMap A ValueMap that maps an MdmMeasure to an Expression.
MemberListMap A DimensionMap that maps an MdmPrimaryDimension or an MdmDimensionLevel to a data source, such as a column in a relational table.
ObjectMap The base class for an object that maps an MdmObject to physical storage structures.
SolvedHierarchyMap A DimensionMap that maps an MdmHierarchy to a data source.
SolvedValueHierarchyMap A SolvedHierarchyMap for an MdmValueHierarchy.
ValueMap An abstract ObjectMap that maps an MdmDimensionedObject to relational source data.

 

Package oracle.olapi.metadata.mapping Description

Contains classes that map the MdmObject objects of a logical OLAP metadata model to physical storage structures in an Oracle Database instance.


Skip navigation links

Copyright © 2002, 2010, Oracle. All rights reserved.