Re: Rép. : Re: Can I call a PostgreSQL function from Camel-sql

2021-03-02 Thread SRIKANT MVS
... > > > > > ... > ... > ... > > > ... > .. > > > > > Daniel Langevin > > > >>> > De :Babak Vahdat > À : > Date : 2021-03-02 05:12 > Objet : Re: Can I call a PostgreSQL function fr

Rép. : Re: Can I call a PostgreSQL function from Camel-sql

2021-03-02 Thread Daniel Langevin
dat À : Date : 2021-03-02 05:12 Objet : Re: Can I call a PostgreSQL function from Camel-sql 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.apac

Re: Can I call a PostgreSQL function from Camel-sql

2021-03-02 Thread Babak Vahdat
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 Babak > On 1 Mar 2021, at 23:49, SRIKANT MVS wro

Can I call a PostgreSQL function from Camel-sql

2021-03-01 Thread SRIKANT MVS
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 fr