Uses of Class
org.apache.hop.pipeline.DatabaseImpact
-
Packages that use DatabaseImpact Package Description org.apache.hop.pipeline org.apache.hop.pipeline.transform -
-
Uses of DatabaseImpact in org.apache.hop.pipeline
Method parameters in org.apache.hop.pipeline with type arguments of type DatabaseImpact Modifier and Type Method Description voidPipelineMeta. analyseImpact(IVariables variables, List<DatabaseImpact> impact, IProgressMonitor monitor)Determines the impact of the different transforms in a pipeline on databases, tables and field. -
Uses of DatabaseImpact in org.apache.hop.pipeline.transform
Method parameters in org.apache.hop.pipeline.transform with type arguments of type DatabaseImpact Modifier and Type Method Description voidBaseTransformMeta. analyseImpact(IVariables variables, List<DatabaseImpact> impact, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IHopMetadataProvider metadataProvider)Each transform must be able to report on the impact it has on a database, table field, etc.voidITransformMeta. analyseImpact(IVariables variables, List<DatabaseImpact> impact, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IHopMetadataProvider metadataProvider)Each transform must be able to report on the impact it has on a database, table field, etc.
-