Uses of Interface
org.pentaho.di.core.ProvidesDatabaseConnectionInformation
-
-
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.core
Subinterfaces of ProvidesDatabaseConnectionInformation in org.pentaho.di.core Modifier and Type Interface Description interfaceProvidesModelerMeta -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classDatabaseLookupMeta -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classDimensionLookupMeta -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.infobrightoutput
Classes in org.pentaho.di.trans.steps.infobrightoutput that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classInfobrightLoaderMetaMetadata for the Infobright loader. -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classInsertUpdateMeta -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.ivwloader
Classes in org.pentaho.di.trans.steps.ivwloader that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classIngresVectorwiseLoaderMetaMetadata for the VectorWise bulk loader. -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.monetdbagilemart
Classes in org.pentaho.di.trans.steps.monetdbagilemart that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classMonetDBAgileMartMeta -
Uses of ProvidesDatabaseConnectionInformation in org.pentaho.di.trans.steps.monetdbbulkloader
Classes in org.pentaho.di.trans.steps.monetdbbulkloader that implement ProvidesDatabaseConnectionInformation Modifier and Type Class Description classMonetDBBulkLoaderMetaCreated 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 Modifier and Type Class Description classMySQLBulkLoaderMetaHere 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 Modifier and Type Class Description classOraBulkLoaderMetaCreated 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 Modifier and Type Class Description classPGBulkLoaderMetaCreated 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 Modifier and Type Class Description classTableAgileMartMetaMethods in org.pentaho.di.trans.steps.tableagilemart with parameters of type ProvidesDatabaseConnectionInformation Modifier and Type Method Description voidAgileMartUtil. 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 Modifier and Type Class Description classTableOutputMetaTable Output meta data.
-