Package org.olap4j.metadata

Provides classes and interfaces for browsing an OLAP schema.

See:
          Description

Interface Summary
Catalog Catalogs are the second element of the hierarchy of metadata objects.
Cube Central metadata object for representation of multidimensional data.
Database Highest level element in the hierarchy of metadata objects.
Dimension An organized hierarchy of categories, known as levels, that describes data in a cube.
Hierarchy An organization of the set of Members in a Dimension and their positions relative to one another.
Level Group of Member objects in a Hierarchy, all with the same attributes and at the same depth in the hierarchy.
Measure Data value of primary interest to the user browsing the cube.
Member Member is a data value in an OLAP Dimension.
MetadataElement An element which describes the structure of an OLAP schema.
NamedList<E> Extension to List which allows access to members of the list by name as well as by ordinal.
NamedSet Metadata object describing a named set defined against a Cube.
Property Definition of a property of a Member or Cell.
Schema A collection of database objects that contain structural information, or metadata, about a database.
XmlaConstant Enumerated value that belongs to a set of constants in the XML for Analysis (XMLA) specification.
XmlaConstant.Dictionary<E extends Enum<E> & XmlaConstant>  
XmlaConstants.EnumWithDesc  
 

Class Summary
XmlaConstants Collection of various enumerations and constants defined by the XML for Analysis (XMLA) and OLE DB for OLAP specifications.
 

Enum Summary
Database.AuthenticationMode Describes the supported authentication modes.
Database.ProviderType Describes the possible provider types.
Datatype Enumeration of the allowable data types of a Property or Measure.
Dimension.Type Enumeration of the types of a Dimension.
Level.Type Enumeration of the types of a Level.
Measure.Aggregator Enumeration of the aggregate functions which can be used to derive a Measure.
Member.TreeOp Enumeration of tree operations which can be used when querying members.
Member.Type Enumeration of types of members.
Property.ContentType Enumeration of the types of a Property.
Property.StandardCellProperty Enumeration of the system properties available for every Cell.
Property.StandardMemberProperty Enumeration of the system properties available for every Member.
Property.TypeFlag Enumeration of aspects of the type of a Property.
XmlaConstants.Access  
XmlaConstants.ActionType Action type.
XmlaConstants.AuthenticationMode  
XmlaConstants.AxisFormat  
XmlaConstants.Content  
XmlaConstants.CoordinateType How the COORDINATE restriction column is interpreted.
XmlaConstants.DBType The only OLE DB Types Indicators returned by SQL Server are thoses coded below.
XmlaConstants.FontFlag  
XmlaConstants.Format  
XmlaConstants.Literal  
XmlaConstants.MdxSupport  
XmlaConstants.Method  
XmlaConstants.ProviderType  
XmlaConstants.StateSupport  
XmlaConstants.Updateable  
XmlaConstants.VisualMode  
 

Package org.olap4j.metadata Description

Provides classes and interfaces for browsing an OLAP schema.

Schemas have a hierarchical structure:


SourceForge.net_Logo