Uses of Enum Class
org.olap4j.CellSetListener.Granularity
Packages that use CellSetListener.Granularity
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of CellSetListener.Granularity in org.olap4j
Methods in org.olap4j that return CellSetListener.GranularityModifier and TypeMethodDescriptionstatic CellSetListener.Granularity
Returns the enum constant of this class with the specified name.static CellSetListener.Granularity[]
CellSetListener.Granularity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.olap4j that return types with arguments of type CellSetListener.GranularityModifier and TypeMethodDescriptionOlapDatabaseMetaData.getSupportedCellSetListenerGranularities()
Returns the granularity of changes to cell sets that the database is capable of providing.Methods in org.olap4j with parameters of type CellSetListener.GranularityModifier and TypeMethodDescriptionvoid
OlapStatement.addListener
(CellSetListener.Granularity granularity, CellSetListener listener) Adds a listener to be notified of events toCellSet
s created by this statement.