Uses of Interface
mondrian.olap.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
Modifier 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
Modifier and TypeMethodDescriptionAbstractExpCompiler.registerParameter
(Parameter parameter) DelegatingExpCompiler.registerParameter
(Parameter parameter) -
Uses of Parameter in mondrian.mdx
Modifier and TypeMethodDescriptionParameterExpr.getParameter()
Returns the parameter used by this expression. -
Uses of Parameter in mondrian.olap
Modifier 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. -
Uses of Parameter in mondrian.rolap
Modifier and TypeClassDescriptionclass
Parameter that is defined in a schema.Modifier and TypeMethodDescriptionRolapSchemaReader.getParameter
(String name) RolapSchema.getParameters()
-
Uses of Parameter in mondrian.tui