| 
               tIngresBulkExec
             | 
            Inserts data in bulk to a table in the Ingres DBMS for performance
								gain. | 
         
            | 
               tIngresClose
             | 
            Closes the transaction committed in the connected Ingres database. | 
         
            | 
               tIngresCommit
             | 
            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
             | 
            
         Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
       | 
         
            | 
               tIngresInput
             | 
            Reads an Ingres database and extracts fields based on a query.  | 
         
            | 
               tIngresOutput
             | 
            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
             | 
            Prepares the file whose data is inserted in bulk to the Ingres
								DBMS for performance gain. | 
         
            | 
               tIngresOutputBulkExec
             | 
            Inserts data in bulk to a table in the Ingres DBMS for performance
								gain. | 
         
            | 
               tIngresRollback
             | 
            Avoids to commit part of a transaction involuntarily by canceling the transaction
      committed in the connected database.   | 
         
            | 
               tIngresRow
             | 
            Acts on the actual DB structure or on the data (although without handling data)
			using the SQLBuilder tool to write easily your SQL statements. |