Uses of Interface
org.olap4j.Scenario
Packages that use Scenario
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
-
Uses of Scenario in org.olap4j
Methods in org.olap4j that return ScenarioModifier and TypeMethodDescriptionOlapConnection.createScenario()
Creates a Scenario.OlapConnection.getScenario()
Returns this connection's active Scenario, or null if there is no active Scenario.Methods in org.olap4j with parameters of type ScenarioModifier and TypeMethodDescriptionvoid
OlapConnection.setScenario
(Scenario scenario) Sets the active Scenario of this connection.