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 interfaceParameterCompilableExtension toParameterwhich allows compilation.Methods in mondrian.calc that return Parameter Modifier and Type Method Description ParameterParameterSlot. getParameter()Returns the parameter.Methods in mondrian.calc with parameters of type Parameter Modifier and Type Method Description ParameterSlotExpCompiler. 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 ParameterSlotAbstractExpCompiler. registerParameter(Parameter parameter)ParameterSlotDelegatingExpCompiler. registerParameter(Parameter parameter) -
Uses of Parameter in mondrian.mdx
Methods in mondrian.mdx that return Parameter Modifier and Type Method Description ParameterParameterExpr. 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 classParameterImplImplementation ofParameter.Methods in mondrian.olap that return Parameter Modifier and Type Method Description ParameterValidator. createOrLookupParam(boolean definition, String name, Type type, Exp defaultExp, String description)Creates or retrieves the parameter corresponding to a "Parameter" or "ParamRef" function call.ParameterDelegatingSchemaReader. getParameter(String name)ParameterSchemaReader. 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 classRolapSchemaParameterParameter that is defined in a schema.Methods in mondrian.rolap that return Parameter Modifier and Type Method Description ParameterRolapSchemaReader. 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 voidCmdRunner. loadParameter(Query query, Parameter param)
-