| java.lang.Object it.businesslogic.ireport.data.MDXFieldsProvider
All known Subclasses: it.businesslogic.ireport.data.CincomMDXFieldsProvider,
MDXFieldsProvider | public class MDXFieldsProvider implements FieldsProvider,RexWizardListener(Code) | | author: gtoffoli |
gotMdxResult | boolean gotMdxResult(Code) | | Copyright (C) 2006 CINCOM SYSTEMS, INC.
All Rights Reserved
www.cincom.com
|
useVisualDesigner | public static boolean useVisualDesigner(Code) | | |
MDXFieldsProvider | public MDXFieldsProvider()(Code) | | Creates a new instance of SQLFieldsProvider
|
getMdx | public void getMdx(RexWizardEvent evt)(Code) | | Rex Passes the MDX query to Report Query Dialog
|
hasEditorComponent | public boolean hasEditorComponent()(Code) | | |
hasQueryDesigner | public boolean hasQueryDesigner()(Code) | | |
supportsAutomaticQueryExecution | public boolean supportsAutomaticQueryExecution()(Code) | | |
supportsGetFieldsOperation | public boolean supportsGetFieldsOperation()(Code) | | Returns true if the provider supports the
MDXFieldsProvider.getFields(IReportConnection,JRDataset,Map) getFields
operation. By returning true in this method the data source provider indicates
that it is able to introspect the data source and discover the available fields.
true if the getFields() operation is supported. |
|
|