Uses of Class
org.pentaho.di.trans.step.BaseDatabaseStep
-
-
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.databasejoin
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.databasejoin Modifier and Type Class Description class
DatabaseJoin
Use values from input streams to joins with values in a database. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dbproc
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.dbproc Modifier and Type Class Description class
DBProc
Retrieves values from a database by calling database stored procedures or functions -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.delete
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.delete Modifier and Type Class Description class
Delete
Delete data in a database table. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dimensionlookup
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.dimensionlookup Modifier and Type Class Description class
DimensionLookup
Manages a slowly changing dimension (lookup or update) -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.dynamicsqlrow
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.dynamicsqlrow Modifier and Type Class Description class
DynamicSQLRow
Run dynamic SQL. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.execsqlrow
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.execsqlrow Modifier and Type Class Description class
ExecSQLRow
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
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.gettablenames Modifier and Type Class Description class
GetTableNames
Return tables name list from Database connection * -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.insertupdate
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.insertupdate Modifier and Type Class Description class
InsertUpdate
Performs a lookup in a database table. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge Modifier and Type Class Description class
SynchronizeAfterMerge
Performs an insert/update/delete depending on the value of a field. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableexists
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableexists Modifier and Type Class Description class
TableExists
Check if a table exists in a Database * -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableinput
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableinput Modifier and Type Class Description class
TableInput
Reads information from a database table by using freehand SQL -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableoutput
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.tableoutput Modifier and Type Class Description class
TableOutput
Writes rows to a database table. -
Uses of BaseDatabaseStep in org.pentaho.di.trans.steps.update
Subclasses of BaseDatabaseStep in org.pentaho.di.trans.steps.update Modifier and Type Class Description class
Update
Update data in a database table, does NOT ever perform an insert.
-