On 29 April 2016 at 01:16, Erasmo Aguilera <eaguile...@hotmail.com> wrote:
>
> Somebody knows if it is possible to call a PL/pgSQL function that receives a
> ROWTYPE argument (e.g., employees%ROWTYPE), from SOCI?

I have never used this feature myself.
There is no trace of ROWTYPE-specific implementations in SOCI.
I also don't see anything in the test for ROWTYPE.
However, it might work - you need to experiment.

BTW, AFAIU, ROWTYPE specifier is redundant in PostgreSQL:

"Since every table has an associated composite type of the same name,
it actually does not matter in PostgreSQL whether you write %ROWTYPE or not.
But the form with %ROWTYPE is more portable"

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to