Name

adams.flow.transformer.ReportDbUpdater


Synopsis

Adds all the data to the report (or reporthandler's report) passing through that the SQL statement returns.
The {ID} placeholder can be used in the SQL statement to represent the current handler's ID.
The following types of SQL statements are supported:
- multiple rows of key-value pairs.
- single row, with the key being the column name.


Additional information

Flow input/output:
- input: adams.data.report.Report, adams.data.report.MutableReportHandler
- output: adams.data.report.Report, adams.data.report.MutableReportHandler


Options