tInformixBulkExec
|
Executes Insert operations in Informix databases. |
tInformixClose
|
Closes connection to Informix databases. |
tInformixCommit
|
Makes a global commit just once instead of commiting every row or batch of rows
separately. |
tInformixConnection
|
Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
|
tInformixInput
|
Reads a database and extracts fields based on a query. |
tInformixOutput
|
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. |
tInformixOutputBulk
|
Prepares the file to be used as a parameter in the INSERT query
used to feed Informix databases. |
tInformixOutputBulkExec
|
Carries out Insert operations in Informix databases using the data
provided. |
tInformixRollback
|
Prevents involuntary transaction commits by canceling transactions in connected
databases. |
tInformixRow
|
Acts on the actual DB structure or on the data (although without handling data)
thanks to the SQLBuilder that helps you write easily your SQL statements. |
tInformixSP
|
Centralises and calls multiple and complex queries in a database. |