Uses of Interface
mondrian.calc.ParameterSlot
-
Packages that use ParameterSlot Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of ParameterSlot in mondrian.calc
Methods in mondrian.calc that return ParameterSlot Modifier and Type Method Description ParameterSlot
ExpCompiler. 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 ParameterSlot Modifier and Type Method Description ParameterSlot
AbstractExpCompiler. registerParameter(Parameter parameter)
ParameterSlot
DelegatingExpCompiler. registerParameter(Parameter parameter)
-
Uses of ParameterSlot in mondrian.olap
Methods in mondrian.olap with parameters of type ParameterSlot Modifier and Type Method Description Object
Evaluator. 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 ParameterSlot Modifier and Type Method Description Object
RolapEvaluator. getParameterValue(ParameterSlot slot)
Object
RolapResult.RolapResultEvaluatorRoot. getParameterValue(ParameterSlot slot)
-