Uses of Interface
mondrian.olap.Parameter
Packages that use Parameter
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
Defines a parse tree for MDX 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.
Text user interface for Mondrian.
-
Uses of Parameter in mondrian.calc
Subinterfaces of Parameter in mondrian.calcMethods in mondrian.calc that return ParameterMethods in mondrian.calc with parameters of type ParameterModifier and TypeMethodDescriptionExpCompiler.registerParameter
(Parameter parameter) Implements a parameter, returning a unique slot which will hold the parameter's value. -
Uses of Parameter in mondrian.calc.impl
Methods in mondrian.calc.impl with parameters of type ParameterModifier and TypeMethodDescriptionAbstractExpCompiler.registerParameter
(Parameter parameter) DelegatingExpCompiler.registerParameter
(Parameter parameter) -
Uses of Parameter in mondrian.mdx
Methods in mondrian.mdx that return ParameterModifier and TypeMethodDescriptionParameterExpr.getParameter()
Returns the parameter used by this expression.Constructors in mondrian.mdx with parameters of type Parameter -
Uses of Parameter in mondrian.olap
Classes in mondrian.olap that implement ParameterMethods in mondrian.olap that return ParameterModifier and TypeMethodDescriptionValidator.createOrLookupParam
(boolean definition, String name, Type type, Exp defaultExp, String description) Creates or retrieves the parameter corresponding to a "Parameter" or "ParamRef" function call.DelegatingSchemaReader.getParameter
(String name) SchemaReader.getParameter
(String name) Returns the definition of a parameter with a given name, or null if not found.Query.getParameters()
Returns the parameters defined in this query.Schema.getParameters()
Returns this schema's parameters.Constructors in mondrian.olap with parameters of type Parameter -
Uses of Parameter in mondrian.rolap
Classes in mondrian.rolap that implement ParameterModifier and TypeClassDescriptionclass
Parameter that is defined in a schema.Methods in mondrian.rolap that return ParameterModifier and TypeMethodDescriptionRolapSchemaReader.getParameter
(String name) RolapSchema.getParameters()
-
Uses of Parameter in mondrian.tui
Methods in mondrian.tui with parameters of type Parameter