tParAccelBulkExec (deprecated)
|
Improves performance when loading data in ParAccel
database.
|
tParAccelClose (deprecated)
|
Closes a transaction. |
tParAccelCommit (deprecated)
|
Commits in one go a global transaction, using a unique connection, instead of doing
that on every row or every batch and thus provides gain in performance. |
tParAccelConnection (deprecated)
|
Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
|
tParAccelInput (deprecated)
|
Reads a database and extracts fields based on a query. |
tParAccelOutput (deprecated)
|
Executes the action defined on the table and/or on the data of a table, according
to the input flow form the previous component. |
tParAccelOutputBulk (deprecated)
|
Prepares the file to be used as parameter in the INSERT query to
feed the ParAccel database. |
tParAccelOutputBulkExec (deprecated)
|
Improves performance when loading data in ParAccel
database.
|
tParAccelRollback (deprecated)
|
Avoids to commit part of a transaction involuntarily. |
tParAccelRow (deprecated)
|
Acts on the actual DB structure or on the data (although without handling data),
depending on the nature of the query and the database. The SQLBuilder tool helps you
write easily your SQL statements. |