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 ObjectMdxVisitor. visit(Query query)Visits a Query.ObjectMdxVisitorImpl. visit(Query query) -
Uses of Query in mondrian.olap
Fields in mondrian.olap declared as Query Modifier and Type Field Description protected QueryResultBase. queryMethods in mondrian.olap that return Query Modifier and Type Method Description QueryQuery. clone()QueryDrillThrough. getQuery()QueryEvaluator. getQuery()Returns the current query.QueryResult. getQuery()Returns the query which generated this result.QueryResultBase. getQuery()QueryValidator. getQuery()Returns theQuerywhich is being validated.QueryParser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)QueryConnection. parseQuery(String s)Parses a query.QueryConnectionBase. parseQuery(String query)QueryQuery. 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 ResultConnection. execute(Query query)Deprecated.This method is deprecated and will be removed in mondrian-4.0.static OlapElementUtil. lookup(Query q, List<Id.Segment> nameParts)static ExpUtil. 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 ExpUtil. 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.DrillThroughParser.FactoryImpl. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)static StringUtil. 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 QueryMdxParserValidator.QueryPartFactory. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)Creates aQueryobject.QueryMdxParserImpl. selectStatement()Methods in mondrian.parser with parameters of type Query Modifier and Type Method Description DrillThroughMdxParserValidator.QueryPartFactory. makeDrillThrough(Query query, int maxRowCount, int firstRowOrdinal, List<Exp> returnList)Creates aDrillThroughobject. -
Uses of Query in mondrian.rolap
Methods in mondrian.rolap that return Query Modifier and Type Method Description QueryRolapEvaluator. getQuery()Methods in mondrian.rolap with parameters of type Query Modifier and Type Method Description ResultRolapConnection. 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 QueryStatementImpl. queryMethods in mondrian.server that return Query Modifier and Type Method Description QueryStatement. getQuery()QueryStatementImpl. getQuery()Methods in mondrian.server with parameters of type Query Modifier and Type Method Description voidStatement. setQuery(Query query)voidStatementImpl. setQuery(Query query) -
Uses of Query in mondrian.tui
Methods in mondrian.tui with parameters of type Query Modifier and Type Method Description voidCmdRunner. loadParameter(Query query, Parameter param)voidCmdRunner. loadParameters(Query query) -
Uses of Query in mondrian.web.taglib
Methods in mondrian.web.taglib that return Query Modifier and Type Method Description QueryResultCache. getQuery()Returns theQuery.Methods in mondrian.web.taglib with parameters of type Query Modifier and Type Method Description voidResultCache. setQuery(Query query)Sets the query.
-