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 interface
ProvidesModelerMeta
-
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 class
DatabaseLookupMeta
-
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 class
DimensionLookupMeta
-
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 class
InfobrightLoaderMeta
Metadata 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 class
InsertUpdateMeta
-
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 class
IngresVectorwiseLoaderMeta
Metadata 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 class
MonetDBAgileMartMeta
-
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 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
TableAgileMartMeta
Methods in org.pentaho.di.trans.steps.tableagilemart with parameters of type ProvidesDatabaseConnectionInformation Modifier and Type Method Description 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 Modifier and Type Class Description class
TableOutputMeta
Table Output meta data.
-