Uses of Interface
org.olap4j.CellSetMetaData
Packages that use CellSetMetaData
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of CellSetMetaData in org.olap4j
Methods in org.olap4j that return CellSetMetaDataModifier and TypeMethodDescriptionCellSet.getMetaData()
Retrieves the description of thisCellSet
's axes and cells.PreparedOlapStatement.getMetaData()
Retrieves aCellSetMetaData
object that contains information about the axes and cells of theCellSet
object that will be returned when thisPreparedOlapStatement
object is executed.