Re: JDBC stored procs doc patch

Поиск
Список
Период
Сортировка
От Nic
Тема Re: JDBC stored procs doc patch
Дата
Msg-id 8765ljg5pj.fsf@tapsellferrier.co.uk
обсуждение исходный текст
Ответ на Re: JDBC stored procs doc patch  (Rich Cullingford <rculling@sysd.com>)
Список pgsql-jdbc
Rich Cullingford <rculling@sysd.com> writes:

> I'm confused: this appears to say that setFetchSize() now works in some
> version of PG JDBC. As of the JDBC that builds with PG 7.3.3,
> setFetchSize() claims it's "unimplemented." Also, this looks like
> straight client-side Java code; what's the "stored procs" part of the
> patch? We don't have Java inside PG yet, do we?

The stuff supporting this doc patch is all in CVS.

The stored procs part of the patch is documentation (that was missing
previously) on the use of CallableStatment.

There is also stored proc related doc on an entirely new feature of
the JDBC driver, the ability to seamlessly handle refcursor return
values from procs.


--
Nic Ferrier
http://www.tapsellferrier.co.uk

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

Предыдущее
От: Fernando Nasser
Дата:
Сообщение: Re: JDBC stored procs doc patch
Следующее
От: Sergio Pili
Дата:
Сообщение: Error in JDBC compiling 7.3.4