Uses of Class
mondrian.olap.QueryAxis
Package
Description
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.
-
Uses of QueryAxis in mondrian.mdx
-
Uses of QueryAxis in mondrian.olap
Modifier and TypeFieldDescriptionQuery.axes
public-private: This must be public because it is still accessed in rolap.RolapConnectionModifier and TypeMethodDescriptionQuery.getAxes()
Returns an array of this query's axes.Query.getSlicerAxis()
Modifier and TypeMethodDescriptionParser.FactoryImpl.makeQuery
(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) void
Query.setSlicerAxis
(QueryAxis axis) void
Validates an axis.ModifierConstructorDescriptionQuery
(Statement statement, Cube mdxCube, Formula[] formulas, QueryAxis[] axes, QueryAxis slicerAxis, QueryPart[] cellProps, Parameter[] parameters, boolean strictValidation) Creates a Query.Query
(Statement statement, Formula[] formulas, QueryAxis[] axes, String cube, QueryAxis slicerAxis, QueryPart[] cellProps, boolean strictValidation) Creates a Query. -
Uses of QueryAxis in mondrian.parser
-
Uses of QueryAxis in mondrian.rolap
Modifier and TypeMethodDescriptionprotected void
RolapResult.loadMembers
(List<List<Member>> nonAllMembers, RolapEvaluator evaluator, QueryAxis axis, Calc calc, mondrian.rolap.RolapResult.AxisMemberList axisMembers)