Package mondrian.olap
Class IdBatchResolverTest.FactoryImplTestWrapper
- java.lang.Object
-
- mondrian.olap.Parser.FactoryImpl
-
- mondrian.olap.IdBatchResolverTest.FactoryImplTestWrapper
-
- All Implemented Interfaces:
MdxParserValidator.QueryPartFactory
- Enclosing class:
- IdBatchResolverTest
public class IdBatchResolverTest.FactoryImplTestWrapper extends Parser.FactoryImpl
-
-
Constructor Summary
Constructors Constructor Description FactoryImplTestWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Query
makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Creates aQuery
object.-
Methods inherited from class mondrian.olap.Parser.FactoryImpl
makeDrillThrough, makeExplain
-
-
-
-
Method Detail
-
makeQuery
public Query makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)
Description copied from interface:MdxParserValidator.QueryPartFactory
Creates aQuery
object. Override this function to make your kind of query.- Specified by:
makeQuery
in interfaceMdxParserValidator.QueryPartFactory
- Overrides:
makeQuery
in classParser.FactoryImpl
-
-