Uses of Interface
mondrian.server.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
Modifier and TypeMethodDescriptionabstract Statement
ConnectionBase.getInternalStatement()
Query.getStatement()
Modifier 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.ModifierConstructorDescriptionQuery
(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
Modifier 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) ModifierConstructorDescriptionMdxParserImpl
(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation) -
Uses of Statement in mondrian.rolap
-
Uses of Statement in mondrian.server