Skip to main content

Amazon MySQL components

tAmazonMysqlClose Closes the transaction committed in the connected DB.
tAmazonMysqlCommit Commits in one go a global transaction instead of doing that on every row or every batch, and provides gain in performance, using a unique connection.
tAmazonMysqlConnection Opens a connection to the specified database that can then be reused in the subsequent subJob or subJobs.
tAmazonMysqlInput Reads a database and extracts fields based on a query.
tAmazonMysqlOutput Writes, updates, makes changes or suppresses entries in a database.
tAmazonMysqlRollback Cancels the transaction commit in the connected database and avoids to commit part of a transaction involuntarily.
tAmazonMysqlRow Executes the SQL query stated onto the specified database.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!