When performing update
operations, the SQL Component stores the update
count in the following message headers:
Header |
Description |
---|---|
|
The number of rows updated for |
|
The number of rows returned for |
|
Query to execute. This query takes precedence over the query specified in the endpoint URI. Note that query parameters in the header are represented by a ? instead of a # symbol. |
When performing insert
operations, the SQL Component stores the rows with
the generated keys and number of these rown in the following message headers (Available as of Camel 2.12.4, 2.13.1):
Header |
Description |
---|---|
|
The number of rows in the header that contains generated keys. |
|
Rows that contains the generated keys (a list of maps of keys). |