Uses of Class
org.pentaho.di.trans.DatabaseImpact

Packages that use DatabaseImpact
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.trans.steps.combinationlookup   
org.pentaho.di.trans.steps.databasejoin   
org.pentaho.di.trans.steps.databaselookup   
org.pentaho.di.trans.steps.delete   
org.pentaho.di.trans.steps.dimensionlookup   
org.pentaho.di.trans.steps.dynamicsqlrow   
org.pentaho.di.trans.steps.gpbulkloader   
org.pentaho.di.trans.steps.insertupdate   
org.pentaho.di.trans.steps.luciddbbulkloader   
org.pentaho.di.trans.steps.luciddbstreamingloader   
org.pentaho.di.trans.steps.mondrianinput   
org.pentaho.di.trans.steps.monetdbbulkloader   
org.pentaho.di.trans.steps.mysqlbulkloader   
org.pentaho.di.trans.steps.olapinput   
org.pentaho.di.trans.steps.orabulkloader   
org.pentaho.di.trans.steps.pgbulkloader   
org.pentaho.di.trans.steps.sql   
org.pentaho.di.trans.steps.sqlfileoutput   
org.pentaho.di.trans.steps.synchronizeaftermerge   
org.pentaho.di.trans.steps.tableinput   
org.pentaho.di.trans.steps.tableoutput   
org.pentaho.di.trans.steps.update   
org.pentaho.di.ui.spoon.dialog   
org.pentaho.di.ui.spoon.trans   
 

Uses of DatabaseImpact in org.pentaho.di.trans
 

Method parameters in org.pentaho.di.trans with type arguments of type DatabaseImpact
 void TransMeta.analyseImpact(List<DatabaseImpact> impact, ProgressMonitorListener monitor)
          Determines the impact of the different steps in a transformation on databases, tables and field.
 

Uses of DatabaseImpact in org.pentaho.di.trans.step
 

Method parameters in org.pentaho.di.trans.step with type arguments of type DatabaseImpact
 void StepMetaInterface.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
          Each step must be able to report on the impact it has on a database, table field, etc.
 void BaseStepMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
          Each step must be able to report on the impact it has on a database, table field, etc.
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.combinationlookup
 

Method parameters in org.pentaho.di.trans.steps.combinationlookup with type arguments of type DatabaseImpact
 void CombinationLookupMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.databasejoin
 

Method parameters in org.pentaho.di.trans.steps.databasejoin with type arguments of type DatabaseImpact
 void DatabaseJoinMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.databaselookup
 

Method parameters in org.pentaho.di.trans.steps.databaselookup with type arguments of type DatabaseImpact
 void DatabaseLookupMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepinfo, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.delete
 

Method parameters in org.pentaho.di.trans.steps.delete with type arguments of type DatabaseImpact
 void DeleteMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.dimensionlookup
 

Method parameters in org.pentaho.di.trans.steps.dimensionlookup with type arguments of type DatabaseImpact
 void DimensionLookupMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.dynamicsqlrow
 

Method parameters in org.pentaho.di.trans.steps.dynamicsqlrow with type arguments of type DatabaseImpact
 void DynamicSQLRowMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.gpbulkloader
 

Method parameters in org.pentaho.di.trans.steps.gpbulkloader with type arguments of type DatabaseImpact
 void GPBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.insertupdate
 

Method parameters in org.pentaho.di.trans.steps.insertupdate with type arguments of type DatabaseImpact
 void InsertUpdateMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.luciddbbulkloader
 

Method parameters in org.pentaho.di.trans.steps.luciddbbulkloader with type arguments of type DatabaseImpact
 void LucidDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.luciddbstreamingloader
 

Method parameters in org.pentaho.di.trans.steps.luciddbstreamingloader with type arguments of type DatabaseImpact
 void LucidDBStreamingLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.mondrianinput
 

Method parameters in org.pentaho.di.trans.steps.mondrianinput with type arguments of type DatabaseImpact
 void MondrianInputMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.monetdbbulkloader
 

Method parameters in org.pentaho.di.trans.steps.monetdbbulkloader with type arguments of type DatabaseImpact
 void MonetDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.mysqlbulkloader
 

Method parameters in org.pentaho.di.trans.steps.mysqlbulkloader with type arguments of type DatabaseImpact
 void MySQLBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.olapinput
 

Method parameters in org.pentaho.di.trans.steps.olapinput with type arguments of type DatabaseImpact
 void OlapInputMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.orabulkloader
 

Method parameters in org.pentaho.di.trans.steps.orabulkloader with type arguments of type DatabaseImpact
 void OraBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.pgbulkloader
 

Method parameters in org.pentaho.di.trans.steps.pgbulkloader with type arguments of type DatabaseImpact
 void PGBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.sql
 

Method parameters in org.pentaho.di.trans.steps.sql with type arguments of type DatabaseImpact
 void ExecSQLMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMeta prev, String[] input, String[] output, RowMeta info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.sqlfileoutput
 

Method parameters in org.pentaho.di.trans.steps.sqlfileoutput with type arguments of type DatabaseImpact
 void SQLFileOutputMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.synchronizeaftermerge
 

Method parameters in org.pentaho.di.trans.steps.synchronizeaftermerge with type arguments of type DatabaseImpact
 void SynchronizeAfterMergeMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.tableinput
 

Method parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type DatabaseImpact
 void TableInputMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.tableoutput
 

Method parameters in org.pentaho.di.trans.steps.tableoutput with type arguments of type DatabaseImpact
 void TableOutputMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.trans.steps.update
 

Method parameters in org.pentaho.di.trans.steps.update with type arguments of type DatabaseImpact
 void UpdateMeta.analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, RowMetaInterface prev, String[] input, String[] output, RowMetaInterface info)
           
 

Uses of DatabaseImpact in org.pentaho.di.ui.spoon.dialog
 

Constructor parameters in org.pentaho.di.ui.spoon.dialog with type arguments of type DatabaseImpact
AnalyseImpactProgressDialog(Shell shell, TransMeta transMeta, List<DatabaseImpact> impact)
          Creates a new dialog that will handle the wait while determining the impact of the transformation on the databases used...
 

Uses of DatabaseImpact in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return types with arguments of type DatabaseImpact
 List<DatabaseImpact> TransGraph.getImpact()
           
 

Method parameters in org.pentaho.di.ui.spoon.trans with type arguments of type DatabaseImpact
 void TransGraph.setImpact(List<DatabaseImpact> impact)