Hi

There’s documentation about the IN, OUT and INOUT parameters for that:

https://camel.apache.org/components/latest/sql-stored-component.html#_in_parameters
 
<https://camel.apache.org/components/latest/sql-stored-component.html#_in_parameters>

Babak

> On 1 Mar 2021, at 23:49, SRIKANT MVS <srikant....@gmail.com> wrote:
> 
> Hi Team,
> I would like to call a DB function in PostgreSQL database using the
> camel-sql component. There are around 20-30 inParams that I would like to
> pass in a hashmap and get a single value in the outParams.
> 
> I am unable to find any examples for the same. Additionally, I have to make
> this call from a method, but not from a route. I couldn't find any
> references using ProducerTemplate.
> 
> Kindly share your valuable input on how I can achieve this in camel.
> 
> -Regards
> Srikant Mantha

Reply via email to