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 QuerymakeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation)Creates aQueryobject.-
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.QueryPartFactoryCreates aQueryobject. Override this function to make your kind of query.- Specified by:
makeQueryin interfaceMdxParserValidator.QueryPartFactory- Overrides:
makeQueryin classParser.FactoryImpl
-
-