Uses of Interface
org.olap4j.Cell
Packages that use Cell
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
olap4j to XML for Analysis bridge.
-
Uses of Cell in org.olap4j
Methods in org.olap4j that return CellModifier and TypeMethodDescriptionCellSetListener.CellChange.getAfterCell()
Returns the cell after the change.CellSetListener.CellChange.getBeforeCell()
Returns the cell before the change.CellSet.getCell
(int ordinal) Returns the Cell at an ordinal.Returns the Cell at a given set of coordinates.Returns the Cell at the intersection of a set of axis positions. -
Uses of Cell in org.olap4j.driver.xmla
Methods in org.olap4j.driver.xmla with parameters of type CellModifier and TypeMethodDescriptionXmlaHelper.createException
(Cell context, String msg) XmlaHelper.createException
(Cell context, String msg, Throwable cause)