Uses of Class
mondrian.olap.QueryAxis
-
Packages that use QueryAxis Package Description 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.parser mondrian.rolap Implements the data access layer for the olap package. -
-
Uses of QueryAxis in mondrian.mdx
Methods in mondrian.mdx with parameters of type QueryAxis Modifier and Type Method Description ObjectMdxVisitor. visit(QueryAxis queryAxis)Visits a QueryAxis.ObjectMdxVisitorImpl. visit(QueryAxis queryAxis) -
Uses of QueryAxis in mondrian.olap
Fields in mondrian.olap declared as QueryAxis Modifier and Type Field Description QueryAxis[]Query. axespublic-private: This must be public because it is still accessed in rolap.RolapConnectionMethods in mondrian.olap that return QueryAxis Modifier and Type Method Description QueryAxis[]Query. getAxes()Returns an array of this query's axes.QueryAxisQuery. getSlicerAxis()Methods in mondrian.olap with parameters of type QueryAxis Modifier and Type Method Description QueryParser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)voidQuery. setSlicerAxis(QueryAxis axis)voidValidator. validate(QueryAxis axis)Validates an axis.Constructors in mondrian.olap with parameters of type QueryAxis Constructor Description Query(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 QueryAxis Modifier and Type Method Description QueryAxisMdxParserImpl. axisSpecification()Methods in mondrian.parser with parameters of type QueryAxis Modifier and Type Method Description QueryMdxParserValidator.QueryPartFactory. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)Creates aQueryobject. -
Uses of QueryAxis in mondrian.rolap
Methods in mondrian.rolap with parameters of type QueryAxis Modifier and Type Method Description protected voidRolapResult. loadMembers(List<List<Member>> nonAllMembers, RolapEvaluator evaluator, QueryAxis axis, Calc calc, mondrian.rolap.RolapResult.AxisMemberList axisMembers)
-