Re: Scrollable result sets - Mailing list pgsql-jdbc

From Nic Ferrier
Subject Re: Scrollable result sets
Date
Msg-id 87wuodrmks.fsf@pooh-sticks-bridge.tapsellferrier.co.uk
Whole thread Raw
In response to Scrollable result sets  (Przemyslaw Wegrzyn <czajnik@czajsoft.pl>)
List pgsql-jdbc
Przemyslaw Wegrzyn <czajnik@czajsoft.pl> writes:

> I'm actually new to PostgreSQL with Java, but already have one question:
>
> I've tried to use scrollable ResultSets instead of LIMIT sql statement.
> But pgSQL implementation of scrollable ResultSets seems ineffective -
> selecting all rows and scrolling them on the client side.
>
> Is this feature implementation using server-side cursors planned ?

Yes. I'm in the middle of implementing it.


Nic

pgsql-jdbc by date:

Previous
From: Przemyslaw Wegrzyn
Date:
Subject: Scrollable result sets
Next
From: Dave Cramer
Date:
Subject: Re: [PATCHES] Anoter JDBC Error