Re: 7.3 Cursors/ResultSets/CallableStatements

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: 7.3 Cursors/ResultSets/CallableStatements
Дата
Msg-id 3D6A1247.7070506@xythos.com
обсуждение исходный текст
Ответ на 7.3 Cursors/ResultSets/CallableStatements  (Larry Riedel <larryr@saturn.sdsu.edu>)
Ответы Re: 7.3 Cursors/ResultSets/CallableStatements
Список pgsql-jdbc
Larry,

The jdbc driver will not support returning result sets from
callableStatements in 7.3.  You will need to use a regular
Statement/Prepared Statement object and execute a 'select * from func()'
sql statement.  Off the top of my head, I'm not sure how the jdbc
callableStatement syntax is supposed to handle resultsets.

Dave,  correct me if I am wrong here.

thanks,
--Barry


Larry Riedel wrote:

> I am interested in calling a stored procedure through
> a CallableStatement and fetching a ResultSet a
> few rows at a time.  I have seen a few messages
> suggesting all the pieces may be in place for doing
> this kind of thing nicely in 7.3.  Any idea when it
> will become clear what will actually go into 7.3?
>
>
> Larry
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
>


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Larry Riedel
Дата:
Сообщение: 7.3 Cursors/ResultSets/CallableStatements
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: 7.3 Cursors/ResultSets/CallableStatements