| java.lang.Object it.businesslogic.ireport.data.SQLFieldsProvider
useVisualDesigner | public static boolean useVisualDesigner(Code) | | |
SQLFieldsProvider | public SQLFieldsProvider()(Code) | | Creates a new instance of SQLFieldsProvider
|
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
SQLFieldsProvider.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. |
|
|