Interbase components
tInterbaseClose | Closes the transaction committed in the connected Interbase database. |
tInterbaseCommit | Commits in one go a global transaction instead of doing that on every row or every batch and thus provides gain in performance. |
tInterbaseConnection | Opens a connection to the specified database that can then be reused in the subsequent subjob or subjobs. |
tInterbaseInput | Reads an Interbase database and extracts fields based on a query. |
tInterbaseOutput | 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. |
tInterbaseRollback | Avoids to commit part of a transaction involuntarily by canceling the transaction committed in the connected Interbase database. |
tInterbaseRow | Acts on the actual database structure or on the data (although without handling data) using the SQLBuilder tool to write easily your SQL statements. |