Re: Cursor returned from procedure ignores setFetchSize() on - Mailing list pgsql-jdbc

From Nic Ferrier
Subject Re: Cursor returned from procedure ignores setFetchSize() on
Date
Msg-id 878yex7qrc.fsf@tapsellferrier.co.uk
Whole thread Raw
In response to Re: Cursor returned from procedure ignores setFetchSize() on  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka <books@ejurka.com> writes:

> I was under the impression that refcursor returning functions would fade
> with the advent of easier set returning functions.  Have you considered
> using them instead?  The advantage of returning refcursor seems to me that
> you don't need to create a pseudo type for the return value, or deal with
> specifying record types in the query.  Are there other advantages I'm
> missing?

Portability. Efficiency.


Nic

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Cursor returned from procedure ignores setFetchSize() on
Next
From: Oliver Jowett
Date:
Subject: Re: Error JDBC