Uses of Interface
mondrian.parser.MdxParserValidator.QueryPartFactory
Packages that use MdxParserValidator.QueryPartFactory
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
-
Uses of MdxParserValidator.QueryPartFactory in mondrian.olap
Classes in mondrian.olap that implement MdxParserValidator.QueryPartFactoryMethods in mondrian.olap with parameters of type MdxParserValidator.QueryPartFactoryModifier and TypeMethodDescriptionParser.parseExpression(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable) Parses a string to create anExp.Parser.parseInternal(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) Parses a string to create aQuery. -
Uses of MdxParserValidator.QueryPartFactory in mondrian.parser
Constructors in mondrian.parser with parameters of type MdxParserValidator.QueryPartFactoryModifierConstructorDescriptionCreates a JavaccParserValidatorImpl with an explicit factory for parse tree nodes.MdxParserImpl(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)