Uses of Class
mondrian.olap.Query
-
Packages that use Query 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.mondrian.server Augments the Mondrian engine with server functionality.mondrian.tui Text user interface for Mondrian.mondrian.web.taglib 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 Modifier and Type Method Description Object
MdxVisitor. visit(Query query)
Visits a Query.Object
MdxVisitorImpl. visit(Query query)
-
Uses of Query in mondrian.olap
Fields in mondrian.olap declared as Query Modifier and Type Field Description protected Query
ResultBase. query
Methods in mondrian.olap that return Query Modifier and Type Method Description Query
Query. clone()
Query
DrillThrough. getQuery()
Query
Evaluator. getQuery()
Returns the current query.Query
Result. getQuery()
Returns the query which generated this result.Query
ResultBase. getQuery()
Query
Validator. getQuery()
Returns theQuery
which is being validated.Query
Parser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Query
Connection. parseQuery(String s)
Parses a query.Query
ConnectionBase. parseQuery(String query)
Query
Query. safeClone()
Deprecated.Please useclone()
; this method will be removed in mondrian-4.0Methods in mondrian.olap with parameters of type Query Modifier and Type Method Description Result
Connection. execute(Query query)
Deprecated.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.DrillThrough
Parser.FactoryImpl. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)
static String
Util. unparse(Query query)
Converts an query to a string.Constructors in mondrian.olap with parameters of type Query Constructor Description IdBatchResolver(Query query)
-
Uses of Query in mondrian.parser
Methods in mondrian.parser that return Query 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.Query
MdxParserImpl. selectStatement()
Methods in mondrian.parser with parameters of type Query Modifier and Type Method Description DrillThrough
MdxParserValidator.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 Query Modifier and Type Method Description Query
RolapEvaluator. getQuery()
Methods in mondrian.rolap with parameters of type Query Modifier and Type Method Description Result
RolapConnection. execute(Query query)
Deprecated.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 Query Modifier and Type Field Description protected Query
StatementImpl. query
Methods in mondrian.server that return Query Modifier and Type Method Description Query
Statement. getQuery()
Query
StatementImpl. getQuery()
Methods in mondrian.server with parameters of type Query Modifier and Type Method Description void
Statement. setQuery(Query query)
void
StatementImpl. setQuery(Query query)
-
Uses of Query in mondrian.tui
Methods in mondrian.tui with parameters of type Query Modifier and Type Method Description void
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 Query Modifier and Type Method Description Query
ResultCache. getQuery()
Returns theQuery
.Methods in mondrian.web.taglib with parameters of type Query Modifier and Type Method Description void
ResultCache. setQuery(Query query)
Sets the query.
-