Uses of Class
mondrian.olap.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
-
Uses of Query in mondrian.olap
Modifier 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.Modifier 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. -
Uses of Query in mondrian.parser
Modifier 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()
Modifier and TypeMethodDescriptionMdxParserValidator.QueryPartFactory.makeDrillThrough
(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList) Creates aDrillThrough
object. -
Uses of Query in mondrian.rolap
Modifier and TypeMethodDescriptionDeprecated.UseRolapConnection.execute(mondrian.server.Execution)
; this method will be removed in mondrian-4.0 -
Uses of Query in mondrian.server
-
Uses of Query in mondrian.tui
Modifier and TypeMethodDescriptionvoid
CmdRunner.loadParameter
(Query query, Parameter param) void
CmdRunner.loadParameters
(Query query) -
Uses of Query in mondrian.web.taglib
clone()
; this method will be removed in mondrian-4.0