Uses of Interface
mondrian.calc.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
Modifier 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
Modifier and TypeMethodDescriptionAbstractExpCompiler.registerParameter
(Parameter parameter) DelegatingExpCompiler.registerParameter
(Parameter parameter) -
Uses of ParameterSlot in mondrian.olap
Modifier 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
Modifier and TypeMethodDescriptionfinal Object
RolapEvaluator.getParameterValue
(ParameterSlot slot) RolapResult.RolapResultEvaluatorRoot.getParameterValue
(ParameterSlot slot)