| tVectorWiseCommit (deprecated) | Commits a global transaction in one go using a single connection instead of doing
      so on every row or every batch. This provides a gain in performance | 
            | tVectorWiseConnection (deprecated) | Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs. | 
            | tVectorWiseInput (deprecated) | Executes a DB query with a strictly defined order which must correspond to the
      schema definition. | 
            | tVectorWiseOutput (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. | 
            | tVectorWiseRollback (deprecated) | Cancels transactions committed to the VectorWise database. | 
            | tVectorWiseRow (deprecated) | Acts on the actual DB structure or on the data (although without handling data). |