Scrollable result sets

From: Przemyslaw Wegrzyn <czajnik(at)czajsoft(dot)pl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Scrollable result sets
Date: 2002-10-20 18:05:44
Message-ID: 20021020200544.27ae7df2.czajnik@czajsoft.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


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 ?

-=Czaj-nick=-

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nic Ferrier 2002-10-20 18:29:07 Re: Scrollable result sets
Previous Message Barry Lind 2002-10-20 03:02:37 Re: new String(byte[]) performance