See information about the latest product version
Delete
The Delete transform deletes one or more rows of data from a database table.
Use the Delete transform to delete one or more rows of data that match a configured "Where" clause from a database table. For more information, see Deleting data from a table.
The database table structure needed to create your Delete transform is specified in a database definition file (.dbm file) that you select from the Data Design project used to create the map. The database definition can be discovered by connecting to a data server from the tooling.
When your graphical data map has been deployed to an execution group, and your map is run, the database server that is used by the IBM® Integration Bus runtime component to process your Delete transform is specified by the JDBCProvider service that has the same name as the database that is specified in your Delete transform. For more information, see Enabling JDBC connections to the databases.
For information about the Mapping node, see Mapping node.