Re: prepared statement call fails - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: prepared statement call fails
Date
Msg-id 41B37DB4.7000107@opencloud.com
Whole thread Raw
In response to Re: prepared statement call fails  (Thomas Hallgren <thhal@mailblocks.com>)
List 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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Use of bytea
Next
From: Oliver Jowett
Date:
Subject: Re: prepared statement call fails