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 Object
MdxVisitor. visit(QueryAxis queryAxis)
Visits a QueryAxis.Object
MdxVisitorImpl. visit(QueryAxis queryAxis)
-
Uses of QueryAxis in mondrian.olap
Fields in mondrian.olap declared as QueryAxis Modifier and Type Field Description QueryAxis[]
Query. axes
public-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.QueryAxis
Query. getSlicerAxis()
Methods in mondrian.olap with parameters of type QueryAxis Modifier and Type Method Description Query
Parser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
void
Query. setSlicerAxis(QueryAxis axis)
void
Validator. 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 QueryAxis
MdxParserImpl. axisSpecification()
Methods in mondrian.parser with parameters of type QueryAxis Modifier and Type Method Description Query
MdxParserValidator.QueryPartFactory. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Creates aQuery
object. -
Uses of QueryAxis in mondrian.rolap
Methods in mondrian.rolap with parameters of type QueryAxis Modifier and Type Method Description protected void
RolapResult. loadMembers(List<List<Member>> nonAllMembers, RolapEvaluator evaluator, QueryAxis axis, Calc calc, mondrian.rolap.RolapResult.AxisMemberList axisMembers)
-