Uses of Interface
mondrian.server.Statement
Packages that use Statement
Package
Description
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.
-
Uses of Statement in mondrian.olap
Fields in mondrian.olap declared as StatementMethods in mondrian.olap that return StatementModifier and TypeMethodDescriptionabstract Statement
ConnectionBase.getInternalStatement()
Query.getStatement()
Methods in mondrian.olap that return types with arguments of type StatementMethods in mondrian.olap with parameters of type StatementModifier and TypeMethodDescriptionabstract void
MondrianServer.addStatement
(Statement statement) Called just after a statement has been created.Parser.FactoryImpl.makeQuery
(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) Parser.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
.ConnectionBase.parseStatement
(Statement statement, String query, FunTable funTable, boolean strictValidation) Parses a query, with specified function table and the mode for strict validation(if true then invalid members are not ignored).abstract void
MondrianServer.removeStatement
(Statement statement) Called when a statement is closed.Constructors in mondrian.olap with parameters of type StatementModifierConstructorDescriptionQuery
(Statement statement, Cube mdxCube, Formula[] formulas, QueryAxis[] axes, QueryAxis slicerAxis, QueryPart[] cellProps, Parameter[] parameters, boolean strictValidation) Creates a Query.Query
(Statement statement, Formula[] formulas, QueryAxis[] axes, String cube, QueryAxis slicerAxis, QueryPart[] cellProps, boolean strictValidation) Creates a Query. -
Uses of Statement in mondrian.parser
Methods in mondrian.parser with parameters of type StatementModifier and TypeMethodDescriptionMdxParserValidator.QueryPartFactory.makeQuery
(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) Creates aQuery
object.JavaccParserValidatorImpl.parseExpression
(Statement statement, String queryString, boolean debug, FunTable funTable) MdxParserValidator.parseExpression
(Statement statement, String queryString, boolean debug, FunTable funTable) MdxParserValidatorImpl.parseExpression
(Statement statement, String queryString, boolean debug, FunTable funTable) JavaccParserValidatorImpl.parseInternal
(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) MdxParserValidator.parseInternal
(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) Parses a string to create aQuery
.MdxParserValidatorImpl.parseInternal
(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) Constructors in mondrian.parser with parameters of type StatementModifierConstructorDescriptionMdxParserImpl
(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) -
Uses of Statement in mondrian.rolap
Methods in mondrian.rolap that return StatementMethods in mondrian.rolap with parameters of type Statement -
Uses of Statement in mondrian.server
Classes in mondrian.server that implement StatementMethods in mondrian.server that return StatementConstructors in mondrian.server with parameters of type Statement