Introduction

The Actian adapter is used in maps and flows to write rows of data to the specified database, or to fetch rows of data from the specified database.

The following features are supported by the Actian adapter:
  • Testing of configured connection definitions.
  • Discovering the available tables, views, and procedures.
  • Generating schemas for representing the tables, views, and procedures.
  • Fetching the rows from the specified table or view, or using a custom SELECT query statement.
  • Writing the rows to the specified table or view, using one of many write modes: insert, update, delete, insert_first and update_first.
  • Writing the rows by invoking a custom DML statement or a stored procedure.
  • Performing the pre- and post- operations, such as truncating a table or performing the custom SQL statements.
  • Transactions with the different scopes.
  • Supporting the multiple input data and the time formats.