Uses of Class
mondrian.olap.Query
Packages that use Query
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.
Augments the Mondrian engine with server functionality.
Text user interface for Mondrian.
Provides a tag library for embedding MDX queries in JSP pages.
-
Uses of Query in mondrian.mdx
Methods in mondrian.mdx with parameters of type Query -
Uses of Query in mondrian.olap
Fields in mondrian.olap declared as QueryMethods in mondrian.olap that return QueryModifier and TypeMethodDescriptionQuery.clone()
DrillThrough.getQuery()
Evaluator.getQuery()
Returns the current query.Result.getQuery()
Returns the query which generated this result.ResultBase.getQuery()
Validator.getQuery()
Returns theQuery
which is being validated.Parser.FactoryImpl.makeQuery
(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) Connection.parseQuery
(String s) Parses a query.ConnectionBase.parseQuery
(String query) Query.safeClone()
Deprecated.Methods in mondrian.olap with parameters of type QueryModifier and TypeMethodDescriptionDeprecated.This method is deprecated and will be removed in mondrian-4.0.static OlapElement
Util.lookup
(Query q, List<Id.Segment> nameParts) static Exp
Util.lookup
(Query q, List<Id.Segment> nameParts, boolean allowProp) Converts an identifier into an expression by resolving its parts into an OLAP object (dimension, hierarchy, level or member) within the context of a query.static Exp
Util.lookup
(Query q, SchemaReader schemaReader, List<Id.Segment> segments, boolean allowProp) Converts an identifier into an expression by resolving its parts into an OLAP object (dimension, hierarchy, level or member) within the context of a query.Parser.FactoryImpl.makeDrillThrough
(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) static String
Converts an query to a string.Constructors in mondrian.olap with parameters of type Query -
Uses of Query in mondrian.parser
Methods in mondrian.parser that return QueryModifier and TypeMethodDescriptionMdxParserValidator.QueryPartFactory.makeQuery
(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) Creates aQuery
object.final Query
MdxParserImpl.selectStatement()
Methods in mondrian.parser with parameters of type QueryModifier and TypeMethodDescriptionMdxParserValidator.QueryPartFactory.makeDrillThrough
(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) Creates aDrillThrough
object. -
Uses of Query in mondrian.rolap
Methods in mondrian.rolap that return QueryMethods in mondrian.rolap with parameters of type QueryModifier and TypeMethodDescriptionDeprecated.UseRolapConnection.execute(mondrian.server.Execution)
; this method will be removed in mondrian-4.0 -
Uses of Query in mondrian.server
Fields in mondrian.server declared as QueryMethods in mondrian.server that return QueryMethods in mondrian.server with parameters of type Query -
Uses of Query in mondrian.tui
Methods in mondrian.tui with parameters of type QueryModifier and TypeMethodDescriptionvoid
CmdRunner.loadParameter
(Query query, Parameter param) void
CmdRunner.loadParameters
(Query query) -
Uses of Query in mondrian.web.taglib
Methods in mondrian.web.taglib that return QueryMethods in mondrian.web.taglib with parameters of type Query
clone()
; this method will be removed in mondrian-4.0