Re: callable statements - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: callable statements
Date
Msg-id 3CBD0BDA.5030908@xythos.com
Whole thread Raw
In response to callable statements  (Stuart Robinson <stuart@zapata.org>)
List pgsql-jdbc
Stuart,

What functionality are you looking for?  Given the fact that stored
functions in postgres can only return a single value, even when callable
statements are supported, there will be limited support.  Is there
something in particular you are looking to have supported?

The current work around of using a preparedStatement to issue the
'select function()' call seems easy and fairly straight forward.

thanks,
--Barry



Stuart Robinson wrote:
> What's the latest word on the status of CallableStatement for PostgreSQL
> JDBC? I believe it's not currently supported (as of 7.2).
> --
> Stuart Robinson [stuart@zapata.org]
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



pgsql-jdbc by date:

Previous
From: Stuart Robinson
Date:
Subject: callable statements
Next
From: Dave Cramer
Date:
Subject: Re: BLOB performance test FYI