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 classDatabaseJoinUse 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 classDBProcRetrieves 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 classDeleteDelete 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 classDimensionLookupManages 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 classDynamicSQLRowRun 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 classExecSQLRowExecute 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 classGetTableNamesReturn 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 classInsertUpdatePerforms 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 classSynchronizeAfterMergePerforms 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 classTableExistsCheck 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 classTableInputReads 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 classTableOutputWrites 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 classUpdateUpdate data in a database table, does NOT ever perform an insert.
-