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 Statement
ResultBase. statement
Methods in mondrian.olap that return Statement Modifier and Type Method Description abstract Statement
ConnectionBase. getInternalStatement()
Statement
Query. getStatement()
Methods in mondrian.olap with parameters of type Statement Modifier and Type Method Description abstract void
MondrianServer. addStatement(Statement statement)
Called just after a statement has been created.Query
Parser.FactoryImpl. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Exp
Parser. parseExpression(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable)
Parses a string to create anExp
.QueryPart
Parser. parseInternal(MdxParserValidator.QueryPartFactory factory, Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)
Parses a string to create aQuery
.QueryPart
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 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 Query
MdxParserValidator.QueryPartFactory. makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Creates aQuery
object.Exp
JavaccParserValidatorImpl. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)
Exp
MdxParserValidator. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)
Exp
MdxParserValidatorImpl. parseExpression(Statement statement, String queryString, boolean debug, FunTable funTable)
QueryPart
JavaccParserValidatorImpl. parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)
QueryPart
MdxParserValidator. parseInternal(Statement statement, String queryString, boolean debug, FunTable funTable, boolean strictValidation)
Parses a string to create aQuery
.QueryPart
MdxParserValidatorImpl. 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 Statement
RolapConnection. getInternalStatement()
Methods in mondrian.rolap with parameters of type Statement Modifier and Type Method Description static Evaluator
RolapEvaluator. create(Statement statement)
Creates an evaluator.static Evaluator
RolapUtil. 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 class
StatementImpl
Implementation ofStatement
.Methods in mondrian.server that return Statement Modifier and Type Method Description Statement
Execution. getMondrianStatement()
Constructors in mondrian.server with parameters of type Statement Constructor Description Execution(Statement statement, long timeoutIntervalMillis)
-