Re: JDBC stored procs doc patch - Mailing list pgsql-jdbc

From Nic
Subject Re: JDBC stored procs doc patch
Date
Msg-id 8765ljg5pj.fsf@tapsellferrier.co.uk
Whole thread Raw
In response to Re: JDBC stored procs doc patch  (Rich Cullingford <rculling@sysd.com>)
List 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 by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: JDBC stored procs doc patch
Next
From: Sergio Pili
Date:
Subject: Error in JDBC compiling 7.3.4