Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


Package oracle.olapi.metadata.mapping

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

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 represents a mapping for an MdmCube to an Expression.
DimensionMap An ObjectMap that represents the mapping of an MdmDimension to an Expression and a Query.
HierarchyLevelMap A DimensionMap that represents the mapping of an MdmHierarchyLevel to a data source.
MeasureMap A ValueMap that maps an MdmMeasure to an Expression.
MemberListMap A DimensionMap that represents the mapping of an MdmPrimaryDimension or an MdmDimensionLevel to a data source.
ObjectMap Maps an MdmObject to physical storage structures.
SolvedHierarchyMap An abstract extension of DimensionMap that represents the mapping to data sources of an MdmHierarchy that is solved.
SolvedLevelHierarchyMap A SolvedHierarchyMap for an MdmLevelHierarchy.
SolvedValueHierarchyMap A SolvedHierarchyMap for an MdmValueHierarchy.
ValueMap An abstract extension of ObjectMap that represents the mapping of an MdmDimensionedObject to an Expression that identifies the relational source for the metadata object.

 

Package oracle.olapi.metadata.mapping Description

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


Skip navigation links

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