Re: Question about refcursors

From: Kris Jurka <books(at)ejurka(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Question about refcursors
Date: 2007-10-27 21:26:51
Message-ID: Pine.BSO.4.64.0710271725380.18381@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 27 Oct 2007, Thomas Kellerer wrote:

> Makes sense, didn't think about the SELECT usage, as I was thinking about a
> {call somefunc()} usage
>

somefunc may have multiple output parameters which generates many of the
same situations select does, so even knowing that you've got a
CallableStatement doesn't help much.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2007-10-27 21:26:53 Re: JPA and Postgresql
Previous Message Robert Wimmer 2007-10-27 21:04:27 Re: JPA and Postgresql