Uses of Interface
mondrian.server.Statement
-
Packages that use Statement Package Description 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. -
-
Uses of Statement in mondrian.olap
Fields in mondrian.olap declared as Statement Modifier and Type Field Description protected StatementResultBase. statementMethods in mondrian.olap that return Statement Modifier and Type Method Description abstract StatementConnectionBase. getInternalStatement()StatementQuery. getStatement()Methods in mondrian.olap with parameters of type Statement Modifier and Type Method Description abstract voidMondrianServer. addStatement(Statement statement)Called just after a statement has been created.QueryParser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)ExpParser. parseExpression(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable)Parses a string to create anExp.QueryPartParser. parseInternal(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)Parses a string to create aQuery.QueryPartConnectionBase. 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 voidMondrianServer. removeStatement(Statement statement)Called when a statement is closed.Constructors in mondrian.olap with parameters of type Statement Constructor Description Query(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 Statement Modifier and Type Method Description QueryMdxParserValidator.QueryPartFactory. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)Creates aQueryobject.ExpJavaccParserValidatorImpl. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)ExpMdxParserValidator. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)ExpMdxParserValidatorImpl. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)QueryPartJavaccParserValidatorImpl. parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)QueryPartMdxParserValidator. parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)Parses a string to create aQuery.QueryPartMdxParserValidatorImpl. parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)Constructors in mondrian.parser with parameters of type Statement Constructor Description MdxParserImpl(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 Statement Modifier and Type Method Description StatementRolapConnection. getInternalStatement()Methods in mondrian.rolap with parameters of type Statement Modifier and Type Method Description static EvaluatorRolapEvaluator. create(Statement statement)Creates an evaluator.static EvaluatorRolapUtil. createEvaluator(Statement statement)Creates a dummy evaluator. -
Uses of Statement in mondrian.server
Classes in mondrian.server that implement Statement Modifier and Type Class Description classStatementImplImplementation ofStatement.Methods in mondrian.server that return Statement Modifier and Type Method Description StatementExecution. getMondrianStatement()Constructors in mondrian.server with parameters of type Statement Constructor Description Execution(Statement statement, long timeoutIntervalMillis)
-