Uses of Interface
mondrian.olap.Parameter
-
Packages that use Parameter Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions.mondrian.mdx Defines a parse tree for MDX 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.mondrian.tui Text user interface for Mondrian. -
-
Uses of Parameter in mondrian.calc
Subinterfaces of Parameter in mondrian.calc Modifier and Type Interface Description interface
ParameterCompilable
Extension toParameter
which allows compilation.Methods in mondrian.calc that return Parameter Modifier and Type Method Description Parameter
ParameterSlot. getParameter()
Returns the parameter.Methods in mondrian.calc with parameters of type Parameter 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 Parameter in mondrian.calc.impl
Methods in mondrian.calc.impl with parameters of type Parameter Modifier and Type Method Description ParameterSlot
AbstractExpCompiler. registerParameter(Parameter parameter)
ParameterSlot
DelegatingExpCompiler. registerParameter(Parameter parameter)
-
Uses of Parameter in mondrian.mdx
Methods in mondrian.mdx that return Parameter Modifier and Type Method Description Parameter
ParameterExpr. getParameter()
Returns the parameter used by this expression.Constructors in mondrian.mdx with parameters of type Parameter Constructor Description ParameterExpr(Parameter parameter)
Creates a ParameterExpr. -
Uses of Parameter in mondrian.olap
Classes in mondrian.olap that implement Parameter Modifier and Type Class Description class
ParameterImpl
Implementation ofParameter
.Methods in mondrian.olap that return Parameter Modifier and Type Method Description Parameter
Validator. createOrLookupParam(boolean definition, String name, Type type, Exp defaultExp, String description)
Creates or retrieves the parameter corresponding to a "Parameter" or "ParamRef" function call.Parameter
DelegatingSchemaReader. getParameter(String name)
Parameter
SchemaReader. getParameter(String name)
Returns the definition of a parameter with a given name, or null if not found.Parameter[]
Query. getParameters()
Returns the parameters defined in this query.Parameter[]
Schema. getParameters()
Returns this schema's parameters.Constructors in mondrian.olap with parameters of type Parameter Constructor Description Query(Statement statement, Cube mdxCube, Formula[] formulas, QueryAxis[] axes, QueryAxis slicerAxis, QueryPart[] cellProps, Parameter[] parameters, boolean strictValidation)
Creates a Query. -
Uses of Parameter in mondrian.rolap
Classes in mondrian.rolap that implement Parameter Modifier and Type Class Description class
RolapSchemaParameter
Parameter that is defined in a schema.Methods in mondrian.rolap that return Parameter Modifier and Type Method Description Parameter
RolapSchemaReader. getParameter(String name)
Parameter[]
RolapSchema. getParameters()
-
Uses of Parameter in mondrian.tui
Methods in mondrian.tui with parameters of type Parameter Modifier and Type Method Description void
CmdRunner. loadParameter(Query query, Parameter param)
-