tEXABulkExec
|
Imports data into an Exasol database table using the IMPORT command provided by the Exasol database in a fast way. |
tEXAClose
|
Closes an active connection to an Exasol database instance to
release the occupied resources. |
tEXACommit
|
Validates the data processed through the Job into the connected
Exasol database. |
tEXAConnection
|
Opens a connection to an Exasol database instance that can then be reused by other Exasol components. |
tEXAInput
|
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. |
tEXAOutput
|
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. |
tEXARollback
|
Cancels the transaction commit in the connected Exasol
database. |
tEXARow
|
Executes SQL queries on an Exasol database. |