tExasolBulkExec
|
Imports data into an Exasol database table using the IMPORT command provided by the Exasol database in a fast way. |
tExasolClose
|
Closes an active connection to an Exasol database instance to
release the occupied resources. |
tExasolCommit
|
Validates the data processed through the Job into the connected
Exasol database. |
tExasolConnection
|
Opens a connection to an Exasol database instance that can then be reused by other Exasol components. |
tExasolInput
|
Retrieves data from an Exasol database based on a query with
a strictly defined order which corresponds to the schema definition, and passes the data
to the next component. |
tExasolOutput
|
Writes, updates, modifies or deletes data in an Exasol
database by executing the action defined on the table and/or on the data in the table,
based on the flow incoming from the preceding component. |
tExasolRollback
|
Cancels the transaction commit in the connected Exasol
database. |
tExasolRow
|
Executes SQL queries on an Exasol database. |