| 
               tSybaseBulkExec
             | 
            Gains in performance during Insert operations to a Sybase database. | 
         
            | 
               tSybaseClose
             | 
            Closes a transaction committed in the connected database.  | 
         
            | 
               tSybaseCommit
             | 
            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. | 
         
            | 
               tSybaseConnection
             | 
            Opens a connection to the database for a current transaction. | 
         
            | 
               tSybaseInput
             | 
            Executes a DB query with a strictly defined order which must correspond to the
      schema definition.  | 
         
            | 
               tSybaseIQBulkExec
             | 
            Loads data into a Sybase database table from a flat file or other database
      table. | 
         
            | 
               tSybaseIQOutputBulkExec
             | 
            Gains in performance during Insert operations to a Sybase IQ database. | 
         
            | 
               tSybaseOutput
             | 
            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.  | 
         
            | 
               tSybaseOutputBulk
             | 
            Prepares the file to be used as parameter in the INSERT query to
								feed the Sybase database. | 
         
            | 
               tSybaseOutputBulkExec
             | 
            Gains in performance during Insert operations to a Sybase database. | 
         
            | 
               tSybaseRollback
             | 
            Cancels the transaction committed in the Sybase database.  | 
         
            | 
               tSybaseRow
             | 
            Acts on the actual DB structure or on the data (although without handling data).  | 
         
            | 
               tSybaseSP
             | 
            Calls a Sybase database stored procedure. |