Uses of Interface
mondrian.calc.ParameterCompilable
-
Packages that use ParameterCompilable Package Description 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. -
-
Uses of ParameterCompilable in mondrian.olap
Classes in mondrian.olap that implement ParameterCompilable Modifier and Type Class Description class
ParameterImpl
Implementation ofParameter
. -
Uses of ParameterCompilable in mondrian.rolap
Classes in mondrian.rolap that implement ParameterCompilable Modifier and Type Class Description class
RolapSchemaParameter
Parameter that is defined in a schema.
-