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