Re: prepared statement call fails

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: prepared statement call fails
Date: 2004-12-05 21:29:24
Message-ID: 41B37DB4.7000107@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thomas Hallgren wrote:

> AFAIK, CallableStatement is for stored procedure calls. Stored
> procedures are not yet implemented in PostgreSQL. It only has functions. [...]

However the JDBC driver supports the special case of '{ ? = call
f(?,?,?) }' where only the return value is an out parameter; it should
be remapping this to a SELECT automaticallly.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-12-05 21:35:45 Re: prepared statement call fails
Previous Message Oliver Jowett 2004-12-05 21:22:21 Re: Use of bytea