Uses of Class
mondrian.olap.QueryAxis
Packages that use 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
Methods in mondrian.mdx with parameters of type QueryAxis -
Uses of QueryAxis in mondrian.olap
Fields in mondrian.olap declared as QueryAxisModifier and TypeFieldDescriptionQuery.axes
public-private: This must be public because it is still accessed in rolap.RolapConnectionMethods in mondrian.olap that return QueryAxisModifier and TypeMethodDescriptionQuery.getAxes()
Returns an array of this query's axes.Query.getSlicerAxis()
Methods in mondrian.olap with parameters of type QueryAxisModifier 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.Constructors in mondrian.olap with parameters of type QueryAxisModifierConstructorDescriptionQuery
(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
Methods in mondrian.parser that return QueryAxisMethods in mondrian.parser with parameters of type QueryAxis -
Uses of QueryAxis in mondrian.rolap
Methods in mondrian.rolap with parameters of type QueryAxisModifier and TypeMethodDescriptionprotected void
RolapResult.loadMembers
(List<List<Member>> nonAllMembers, RolapEvaluator evaluator, QueryAxis axis, Calc calc, mondrian.rolap.RolapResult.AxisMemberList axisMembers)