Re: Invoking a function within a batch statement

From: rob stone <floriparob(at)gmail(dot)com>
To: Vitalii Tymchyshyn <vit(at)tym(dot)im>, Evan Meagher <evan(dot)meagher(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Cc: stevenschlansker(at)gmail(dot)com
Subject: Re: Invoking a function within a batch statement
Date: 2016-08-17 15:16:45
Message-ID: 1471447005.12542.1.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


On Wed, 2016-08-17 at 15:06 +0000, Vitalii Tymchyshyn wrote:
> I think you should be able to use {call proc(params)} form, see https
> ://jdbc.postgresql.org/documentation/80/callproc.html
> Best regards, Vitalii Tymchyshyn
>

Or see  https://jdbc.postgresql.org/documentation/94/callproc.html

which is the latest doco.

Note that 1209 is the most recent driver.

HTH,
rob

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Evan Meagher 2016-08-17 15:55:34 Re: Invoking a function within a batch statement
Previous Message Vitalii Tymchyshyn 2016-08-17 15:06:46 Re: Invoking a function within a batch statement