| 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. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ParameterCompilableExtension to  Parameterwhich allows compilation. | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter | ParameterSlot. getParameter()Returns the parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterSlot | ExpCompiler. registerParameter(Parameter parameter)Implements a parameter, returning a unique slot which will hold the
 parameter's value. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParameterSlot | AbstractExpCompiler. registerParameter(Parameter parameter) | 
| ParameterSlot | DelegatingExpCompiler. registerParameter(Parameter parameter) | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter | ParameterExpr. getParameter()Returns the parameter used by this expression. | 
| Constructor and Description | 
|---|
| ParameterExpr(Parameter parameter)Creates a ParameterExpr. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParameterImplImplementation of  Parameter. | 
| Modifier and Type | Method and 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 | SchemaReader. getParameter(String name)Returns the definition of a parameter with a given name, or null if not
 found. | 
| Parameter | DelegatingSchemaReader. getParameter(String name) | 
| Parameter[] | Query. getParameters()Returns the parameters defined in this query. | 
| Parameter[] | Schema. getParameters()Returns this schema's parameters. | 
| Constructor and Description | 
|---|
| Query(Statement statement,
     Cube mdxCube,
     Formula[] formulas,
     QueryAxis[] axes,
     QueryAxis slicerAxis,
     QueryPart[] cellProps,
     Parameter[] parameters,
     boolean strictValidation)Creates a Query. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RolapSchemaParameterParameter that is defined in a schema. | 
| Modifier and Type | Method and Description | 
|---|---|
| Parameter | RolapSchemaReader. getParameter(String name) | 
| Parameter[] | RolapSchema. getParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CmdRunner. loadParameter(Query query,
             Parameter param) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.