See: Description
Interface | Description |
---|---|
Mdm10_1_0_3_ObjectVisitor |
An
MdmObjectVisitor that has methods for visiting classes that are added to the OLAP API in release 10.1.0.3 of Oracle Database. |
Mdm11_2_ObjectVisitor |
An extension of the
MdmObject visitor interfaces that has methods for visiting classes that the Oracle OLAP Java API adds in Oracle 11g, Release 2 (11.2). |
Mdm11_ObjectVisitor |
An extension of the
MdmObject visitor interfaces that has methods for visiting classes that the Oracle OLAP Java API adds in Oracle 11g, Release 1 (11.1). |
MdmMember |
An interface for a custom member of an
MdmPrimaryDimension . |
MdmMemberListMapOwner |
An interface for an object that owns a
MemberListMap . |
MdmObjectVisitor |
A visitor object that can execute operations on some of the classes in the
MdmObject class hierarchy. |
MdmQuery |
An interface for MDM objects that can have an associated
Query object. |
MdmQueryColumn |
An interface for an object that represents a column of a table or view that is associated with an
MdmQuery . |
MdmViewColumnOwner |
A marker interface for objects that can have an associated
MdmViewColumn . |
Class | Description |
---|---|
MdmAssignment |
An object that represents an expression, the value of which is assigned as a measure value for a dimension member as specified by an
MdmModel . |
MdmAttribute |
The abstract base class for an
MdmDimensionedObject that represents one or more characteristic of the members of an MdmDimension . |
MdmAttributeModel |
An
MdmDimensionedObjectModel that represents an MdmAttribute . |
MdmBaseAttribute |
An
MdmSingleValuedAttribute that is typically mapped to one or more columns of a relational table in the database. |
MdmBaseMeasure |
An
MdmMeasure that is mapped to a persistent physical storage structure. |
MdmBaseObjectVisitor |
An implementation of the
MdmObjectVisitor interface that adds methods for visiting more classes in the MdmObject class hierarchy. |
MdmColumn |
An
MdmSource that represents a column of a table in a relational database. |
MdmCube |
An
MdmDimensionedObject that represents a logical organization of MdmMeasure objects that have the same dimensionality. |
MdmCustomMember |
An object that represents a custom member of an
MdmPrimaryDimension . |
MdmDatabaseSchema |
An
MdmSchema that represents a relational database schema. |
MdmDerivedAttribute |
An
MdmSingleValuedAttribute that has values that Oracle OLAP automatically generates, such as the parent attribute for an MdmHierarchy and the level depth attribute for an MdmLevelHierarchy . |
MdmDerivedMeasure |
An
MdmMeasure that has values that Oracle OLAP derives from an Expression . |
MdmDescription |
A
BaseMetadataObject that represents a description for an MdmObject . |
MdmDescriptionType |
Represents a type of description for an
MdmDescription . |
MdmDimension |
An
MdmSource that represents an OLAP dimension. |
MdmDimensionality |
An
MdmObject that associates an MdmPrimaryDimension with an MdmDimensionedObject . |
MdmDimensionCalculationModel |
An
MdmModel that is associated with an MdmPrimaryDimension . |
MdmDimensionedObject |
An
MdmSource that represents a set of data that is organized by one or more MdmDimension objects. |
MdmDimensionLevel |
A component of an
MdmPrimaryDimension that represents a subset of members of the dimension. |
MdmDimensionMemberInfo |
Provides information about a member of an
MdmHierarchy . |
MdmHierarchy |
An
MdmSubDimension that represents members of an Oracle OLAP dimension that are organized either hierarchically or nonhierarchically. |
MdmHierarchyLevel |
An
MdmSubDimension whose members comprise one level of an MdmLevelHierarchy . |
MdmLevel | Deprecated
As of Oracle 11g, Release 1 (11.1); replaced by
MdmHierarchyLevel . |
MdmLevelHierarchy |
An
MdmHierarchy that represents members of an Oracle OLAP dimension that are organized either nonhierarchically or hierarchically by levels. |
MdmMeasure |
An
MdmDimensionedObject that represents a set of data to use in analytical processing. |
MdmMeasureDimension |
An
MdmPrimaryDimension with members that are MdmMeasure objects. |
MdmMeasureModel |
An
MdmDimensionedObjectModel that represents an MdmMeasure . |
MdmMetadataProperty | |
MdmMetadataProvider |
An object that gives access to Oracle OLAP metadata objects.
|
MdmModel |
A
Model that assigns values for MdmDimension members. |
MdmMultiValuedAttribute |
An abstract base class for
MdmAttribute objects that can relate more than a single value to a value of an associated MdmPrimaryDimension . |
MdmMultiValuedDerivedAttribute |
An
MdmMultiValuedAttribute that can relate more than a single derived value for a value of an associated MdmPrimaryDimension . |
MdmNamedBuildProcess |
An
MdmObject that represents a named oracle.olapi.syntax.BuildProcess for an MdmDatabaseSchema . |
MdmObject |
An object that describes a particular set of data, such as a measure of product unit prices or a dimension of time values.
|
MdmOrganizationalSchema |
An
MdmSchema that organizes MdmCube and other MdmObject objects, including other MdmOrganizationalSchema objects, that are related by informational content. |
MdmPrimaryDimension |
The base class for objects that represent an Oracle OLAP dimension.
|
MdmRootSchema |
The top-level
MdmSchema of a MdmMetadataProvider . |
MdmSchema |
A container for
MdmCube , MdmPrimaryDimension , MdmTable , and other metadata objects. |
MdmSingleValuedAttribute |
An abstract base class for
MdmAttribute objects that relate a single value to a value of an associated MdmPrimaryDimension . |
MdmSource |
An
MdmObject that represents a measure, dimension, or other set of data (such as an attribute). |
MdmStandardDimension |
An
MdmPrimaryDimension that represents most types of metadata for Oracle OLAP dimensions, such as dimensions for products, customers, distribution channels, and so on. |
MdmStandardMember |
An object that represents a custom member of an
MdmStandardDimension . |
MdmSubDimension |
A component of an
MdmPrimaryDimension . |
MdmTable |
An
MdmSource that represents a table in a relational database. |
MdmTimeDimension |
An
MdmPrimaryDimension that represents an Oracle OLAP dimension of time periods. |
MdmTimeMember |
An object that represents a custom member of an
MdmTimeDimension . |
MdmValueHierarchy |
An
MdmHierarchy that represents members of an Oracle OLAP dimension that are organized hierarchically by values rather than by levels. |
MdmViewColumn |
An object that represents a column in a view in an Oracle Database.
|
Exception | Description |
---|---|
MdmInvalidValueException |
Indicates that the value specified by the operation that generated this exception is invalid.
|