Uses of Class
org.pentaho.di.trans.step.BaseDatabaseStep
Package
Description
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.databasejoin
Modifier and TypeClassDescriptionclass
Use values from input streams to joins with values in a database. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dbproc
Modifier and TypeClassDescriptionclass
Retrieves values from a database by calling database stored procedures or functions -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.delete
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dimensionlookup
Modifier and TypeClassDescriptionclass
Manages a slowly changing dimension (lookup or update) -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dynamicsqlrow
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.execsqlrow
Modifier and TypeClassDescriptionclass
Execute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.gettablenames
Modifier and TypeClassDescriptionclass
Return tables name list from Database connection * -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.insertupdate
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge
Modifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableexists
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableinput
Modifier and TypeClassDescriptionclass
Reads information from a database table by using freehand SQL -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableoutput
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.update
Modifier and TypeClassDescriptionclass
Update data in a database table, does NOT ever perform an insert.