Uses of Interface
org.pentaho.di.core.ProvidesDatabaseConnectionInformation

Packages that use ProvidesDatabaseConnectionInformation
org.pentaho.di.trans.steps.gpbulkloader   
org.pentaho.di.trans.steps.infobrightoutput   
org.pentaho.di.trans.steps.ivwloader   
org.pentaho.di.trans.steps.luciddbbulkloader   
org.pentaho.di.trans.steps.monetdbagilemart   
org.pentaho.di.trans.steps.monetdbbulkloader   
org.pentaho.di.trans.steps.mysqlbulkloader   
org.pentaho.di.trans.steps.orabulkloader   
org.pentaho.di.trans.steps.pgbulkloader   
org.pentaho.di.trans.steps.tableagilemart   
org.pentaho.di.trans.steps.tableoutput   
 

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

Classes in org.pentaho.di.trans.steps.gpbulkloader that implement ProvidesDatabaseConnectionInformation
 class GPBulkLoaderMeta
          Created on 20-feb-2007
 

Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.infobrightoutput
 

Classes in org.pentaho.di.trans.steps.infobrightoutput that implement ProvidesDatabaseConnectionInformation
 class InfobrightLoaderMeta
          Metadata for the Infobright loader.
 

Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.ivwloader
 

Classes in org.pentaho.di.trans.steps.ivwloader that implement ProvidesDatabaseConnectionInformation
 class IngresVectorwiseLoaderMeta
          Metadata for the VectorWise bulk loader.
 

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

Classes in org.pentaho.di.trans.steps.luciddbbulkloader that implement ProvidesDatabaseConnectionInformation
 class LucidDBBulkLoaderMeta
          Here are the steps that we need to take to make streaming loading possible for LucidDB:

Prerequisites:

- Make sure we run on a server version >= 0.7.5
- Create an empty FIFO directory

The following steps are carried out by the step at runtime:

- In the FIFO directory, create a FIFO file called {tableName}.csv (using mkfifo, LINUX ONLY FOLKS!)
- Create a target table using standard Kettle SQL generation
- Create a fifo server (with a certain name) on LucidDB
 

Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.monetdbagilemart
 

Classes in org.pentaho.di.trans.steps.monetdbagilemart that implement ProvidesDatabaseConnectionInformation
 class MonetDBAgileMartMeta
           
 

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

Classes in org.pentaho.di.trans.steps.monetdbbulkloader that implement ProvidesDatabaseConnectionInformation
 class MonetDBBulkLoaderMeta
          Created on 20-feb-2007
 

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

Classes in org.pentaho.di.trans.steps.mysqlbulkloader that implement ProvidesDatabaseConnectionInformation
 class MySQLBulkLoaderMeta
          Here are the steps that we need to take to make streaming loading possible for MySQL:

The following steps are carried out by the step at runtime:

- create a unique FIFO file (using mkfifo, LINUX ONLY FOLKS!)
- Create a target table using standard Kettle SQL generation
- Execute the LOAD DATA SQL Command to bulk load in a separate SQL thread in the background:
- Write to the FIFO file
- At the end, close the output stream to the FIFO file
* At the end, remove the FIFO file
Created on 24-oct-2007
 

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

Classes in org.pentaho.di.trans.steps.orabulkloader that implement ProvidesDatabaseConnectionInformation
 class OraBulkLoaderMeta
          Created on 20-feb-2007
 

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

Classes in org.pentaho.di.trans.steps.pgbulkloader that implement ProvidesDatabaseConnectionInformation
 class PGBulkLoaderMeta
          Created on 20-feb-2007
 

Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.tableagilemart
 

Classes in org.pentaho.di.trans.steps.tableagilemart that implement ProvidesDatabaseConnectionInformation
 class TableAgileMartMeta
           
 

Methods in org.pentaho.di.trans.steps.tableagilemart with parameters of type ProvidesDatabaseConnectionInformation
 void AgileMartUtil.updateMetadata(ProvidesDatabaseConnectionInformation dpci, long rowCount)
           
 

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

Classes in org.pentaho.di.trans.steps.tableoutput that implement ProvidesDatabaseConnectionInformation
 class TableOutputMeta
          Table Output meta data.