Uses of Class
org.olap4j.mdx.SelectNode
Packages that use SelectNode
Package
Description
Provides the core classes and interfaces of the olap4j API for accessing and processing OLAP data.
Provides an object model to represent statements and expressions in the MDX lanaugage as a parse tree.
Provides an API for parsing statements and expressions in the MDX language.
Provides a default implementation of the MDX parser API.
Provides an object model for building OLAP queries programmatically (experimental).
Provides services to transform MDX parse trees (experimental).
-
Uses of SelectNode in org.olap4j
Methods in org.olap4j with parameters of type SelectNodeModifier and TypeMethodDescriptionOlapStatement.executeOlapQuery
(SelectNode selectNode) Executes an OLAP statement expressed as a parse tree. -
Uses of SelectNode in org.olap4j.mdx
Methods in org.olap4j.mdx that return SelectNodeMethods in org.olap4j.mdx with parameters of type SelectNodeModifier and TypeMethodDescriptionParseTreeVisitor.visit
(SelectNode selectNode) Visits a select statement.Constructors in org.olap4j.mdx with parameters of type SelectNodeModifierConstructorDescriptionDrillThroughNode
(ParseRegion region, SelectNode select, int maxRowCount, int firstRowOrdinal, List<ParseTreeNode> returnList) Creates a DrillThroughNode. -
Uses of SelectNode in org.olap4j.mdx.parser
Methods in org.olap4j.mdx.parser that return SelectNodeModifier and TypeMethodDescriptionMdxParser.parseSelect
(String mdx) Parses an MDX Select statement and returns theSelectNode
at the root of the parse tree.MdxValidator.validateSelect
(SelectNode selectNode) Validates an MDX SELECT statement.Methods in org.olap4j.mdx.parser with parameters of type SelectNodeModifier and TypeMethodDescriptionMdxValidator.validateSelect
(SelectNode selectNode) Validates an MDX SELECT statement. -
Uses of SelectNode in org.olap4j.mdx.parser.impl
Methods in org.olap4j.mdx.parser.impl that return SelectNodeModifier and TypeMethodDescriptionDefaultMdxParserImpl.parseSelect
(String mdx) final SelectNode
MdxParserImpl.selectStatement()
-
Uses of SelectNode in org.olap4j.query
Methods in org.olap4j.query that return SelectNodeModifier and TypeMethodDescriptionQuery.getSelect()
Returns the MDX parse tree behind this Query. -
Uses of SelectNode in org.olap4j.transform
Methods in org.olap4j.transform that return SelectNodeModifier and TypeMethodDescriptionAxisTransform.apply
(SelectNode sn) MdxQueryTransform.apply
(SelectNode sn) Methods in org.olap4j.transform with parameters of type SelectNodeModifier and TypeMethodDescriptionAxisTransform.apply
(SelectNode sn) MdxQueryTransform.apply
(SelectNode sn)