Re: Out parameters for functions.

From: Mark Rotteveel <mark(at)lawinegevaar(dot)nl>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: Re: Out parameters for functions.
Date: 2018-09-25 15:08:24
Message-ID: 7e88a27b-346e-650e-860b-3d772db09725@lawinegevaar.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 20-9-2018 15:10, Dave Cramer wrote:
> Based on the test cases in the code this is how it works.
>
> How does one register the out parameters in other drivers ?

See section 13.3.2.2 OUT parameters and 13.3.2.3 INOUT parameters in the
JDBC 4.3 specification:

However, the OP has a wrong assumption regarding parameter order in his
question.

Mark

--
Mark Rotteveel

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Rotteveel 2018-09-25 15:32:40 Re: Out parameters for functions.
Previous Message pradeep puppala 2018-09-25 14:27:37 Query related to jdbc 42.2.5 version