Re: Scrollable result sets

From: Nic Ferrier <nferrier(at)tapsellferrier(dot)co(dot)uk>
To: Przemyslaw Wegrzyn <czajnik(at)czajsoft(dot)pl>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Scrollable result sets
Date: 2002-10-20 18:29:07
Message-ID: 87wuodrmks.fsf@pooh-sticks-bridge.tapsellferrier.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Przemyslaw Wegrzyn <czajnik(at)czajsoft(dot)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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-10-21 00:04:24 Re: [PATCHES] Anoter JDBC Error
Previous Message Przemyslaw Wegrzyn 2002-10-20 18:05:44 Scrollable result sets