Uses of Class
org.pentaho.di.trans.DatabaseImpact
-
-
Uses of DatabaseImpact in org.pentaho.di.trans
Method parameters in org.pentaho.di.trans with type arguments of type DatabaseImpact Modifier and Type Method Description void
TransMeta. analyseImpact(List<DatabaseImpact> impact, org.pentaho.di.core.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 Modifier and Type Method Description void
BaseStepMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
BaseStepMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Each step must be able to report on the impact it has on a database, table field, etc.void
StepMetaInterface. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
StepMetaInterface. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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.databasejoin
Method parameters in org.pentaho.di.trans.steps.databasejoin with type arguments of type DatabaseImpact Modifier and Type Method Description void
DatabaseJoinMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
DatabaseLookupMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
DeleteMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
DimensionLookupMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
DynamicSQLRowMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
InsertUpdateMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
OlapInputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
ExecSQLMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMeta prev, String[] input, String[] output, org.pentaho.di.core.row.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 Modifier and Type Method Description void
SQLFileOutputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
SynchronizeAfterMergeMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
TableInputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
TableOutputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
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 Modifier and Type Method Description void
UpdateMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-