Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: This component fetches ResultSetMetaData to be able to return the column name as the key in the Map.

Message Headers

Header

Description

CamelJdbcRowCount

If the query is a select query the row count is returned in this OUT header

CamelJdbcUpdateCount

If the query is an update query the update count is returned in

...

this OUT header

...

Samples

In the sample below we fetch the rows from the customer table.

...