Package org.olap4j
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Interface Summary Interface Description Axis Enumeration of axis types.Cell Cell returned from aCellSet
.CellSet Result of executing an OLAP Statement.CellSetAxis Axis of a CellSet.CellSetAxisMetaData Description of structure of a particular axis of anCellSet
.CellSetListener Listener interface for receiving events when the contents of aCellSet
have changed.CellSetListener.AxisChange Description of a change to a particularCellSetAxis
; part of aCellSetListener.CellSetChange
.CellSetListener.CellChange Description of a change to a particularCell
; part of aCellSetListener.CellSetChange
.CellSetListener.CellSetChange Description of changes that have occurred to the cell set.CellSetMetaData An object that can be used to get information about the axes and cells in aCellSet
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 thisOlapDataSource
object represents.OlapParameterMetaData Extension toParameterMetaData
for parameters of OLAP statements.OlapStatement Object used for statically executing an MDX statement and returning aCellSet
.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 theCellSetAxis
objects in aCellSet
.PreparedOlapStatement An object that represents a precompiled OLAP statement.Scenario Context for a set of writeback operations. -
Class Summary Class Description 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 Enum Description 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.CellSetListener.Granularity Granularity of notifications that should be sent to a cellset listener. -
Exception Summary Exception Description OlapException An exception describing an error accessing an OLAP database.