Uses of Interface
mondrian.calc.ParameterSlot
Packages that use ParameterSlot
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
-
Uses of ParameterSlot in mondrian.calc
Methods in mondrian.calc that return ParameterSlotModifier and TypeMethodDescriptionExpCompiler.registerParameter
(Parameter parameter) Implements a parameter, returning a unique slot which will hold the parameter's value. -
Uses of ParameterSlot in mondrian.calc.impl
Methods in mondrian.calc.impl that return ParameterSlotModifier and TypeMethodDescriptionAbstractExpCompiler.registerParameter
(Parameter parameter) DelegatingExpCompiler.registerParameter
(Parameter parameter) -
Uses of ParameterSlot in mondrian.olap
Methods in mondrian.olap with parameters of type ParameterSlotModifier and TypeMethodDescriptionEvaluator.getParameterValue
(ParameterSlot slot) Returns the value of a parameter, evaluating its default value if it is not set. -
Uses of ParameterSlot in mondrian.rolap
Methods in mondrian.rolap with parameters of type ParameterSlotModifier and TypeMethodDescriptionfinal Object
RolapEvaluator.getParameterValue
(ParameterSlot slot) RolapResult.RolapResultEvaluatorRoot.getParameterValue
(ParameterSlot slot)