|
tIngresBulkExec (deprecated)
|
Inserts data in bulk to a table in the Ingres DBMS for performance
gain. |
|
tIngresClose (deprecated)
|
Closes the transaction committed in the connected Ingres database. |
|
tIngresCommit (deprecated)
|
Commits in one go, using a unique connection, a global transaction instead of doing
that on every row or every batch and thus provides gain in performance. |
|
tIngresConnection (deprecated)
|
Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
|
|
tIngresInput (deprecated)
|
Reads an Ingres database and extracts fields based on a query. |
|
tIngresOutput (deprecated)
|
Executes the action defined on the table and/or on the data contained in the table,
based on the flow incoming from the preceding component in the Job. |
|
tIngresOutputBulk (deprecated)
|
Prepares the file whose data is inserted in bulk to the Ingres
DBMS for performance gain. |
|
tIngresOutputBulkExec (deprecated)
|
Inserts data in bulk to a table in the Ingres DBMS for performance
gain. |
|
tIngresRollback (deprecated)
|
Avoids to commit part of a transaction involuntarily by canceling the transaction
committed in the connected database. |
|
tIngresRow (deprecated)
|
Acts on the actual DB structure or on the data (although without handling data)
using the SQLBuilder tool to write easily your SQL statements. |