Re: streaming result sets: progress - Mailing list pgsql-jdbc

From snpe
Subject Re: streaming result sets: progress
Date
Msg-id 200211131620.25509.snpe@snpe.co.yu
Whole thread Raw
In response to Re: streaming result sets: progress  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
Responses Re: streaming result sets: progress  (nferrier@tapsellferrier.co.uk)
List pgsql-jdbc
Hello Nic,
  I am used your patch for 7.3.b5 and I haven't interface PGResultSet
Class AbstractJdbc1ResultSet implements PGResultSet and I have ResultSet in QueryExecutor.java (line 177)

What is wrong ?

regards
Haris Peco

On Wednesday 13 November 2002 12:27 am, Nic Ferrier wrote:
> Here's my first patch.
>
> This is very incomplete, but it does work with basic querys. An
> example program is attached.
>
> The patch also includes significant, but not comprehensive,
> refactoring of query paths. I should stress that the way it's done
> reflects only my own views and there are many other ways of achieving
> the same ends.


pgsql-jdbc by date:

Previous
From: Scott Lamb
Date:
Subject: setUseServerPrepare & typecasts
Next
From: nferrier@tapsellferrier.co.uk
Date:
Subject: Re: streaming result sets: progress