Package org.olap4j

Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.

See:
          Description

Interface Summary
Axis Enumeration of axis types.
Cell Cell returned from a CellSet.
CellSet Result of executing an OLAP Statement.
CellSetAxis Axis of a CellSet.
CellSetAxisMetaData Description of structure of a particular axis of an CellSet.
CellSetMetaData An object that can be used to get information about the axes and cells in a CellSet object.
OlapConnection Connection to an OLAP server.
OlapDatabaseMetaData Information about an OLAP database.
OlapDataSource A factory for connections to the physical OLAP data source that this OlapDataSource object represents.
OlapParameterMetaData Extension to ParameterMetaData for parameters of OLAP statements.
OlapStatement Object used for statically executing an MDX statement and returning a CellSet.
OlapWrapper Interface for olap4j classes which provide the ability to retrieve the delegate instance when the instance in question is in fact a proxy class.
Position Position on one of the CellSetAxis objects in a CellSet.
PreparedOlapStatement An object that represents a precompiled OLAP statement.
Scenario Context for a set of writeback operations.
 

Class Summary
Axis.Factory Container class for various Axis factory methods.
OlapException.Region Description of the position of a syntax or validation error in the source MDX string.
 

Enum Summary
AllocationPolicy Enumeration of the policies that can be used to modify the values of child cells when their parent cell is modified in a writeback operation.
Axis.Standard Enumeration of standard, named axes descriptors.
 

Exception Summary
OlapException An exception describing an error accessing an OLAP database.
 

Package org.olap4j Description

Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.


SourceForge.net_Logo