Re: Cursornames - Mailing list pgsql-jdbc

From Felipe Schnack
Subject Re: Cursornames
Date
Msg-id 20030805095945.330d6e7f.felipes@ritterdosreis.br
Whole thread Raw
In response to Cursornames  (Kim Ho <kho@redhat.com>)
List pgsql-jdbc
I can't understand what you mean... You shouldn't fetch all the rows if you specify a fetchsize and aren't using
server-sidepreparedstatements... 

On 04 Aug 2003 17:38:21 -0400
Kim Ho <kho@redhat.com> wrote:

> This fixes the behaviour that Felipe Schnack noticed.
>
> The logic goes, if the statement name is null (which happens when you do
> not use cursors or server prepared statements), then we have already
> fetched all the rows, and there are no more.
>
> Cheers,
>
> Kim
>


--

 /~\ The ASCII        Felipe Schnack (felipes@ritterdosreis.br)
 \ / Ribbon Campaign  Analista de Sistemas
  X  Against HTML     Cel.: 51-91287530
 / \ Email!           Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter@ritterdosreis.br
Fone: 51-32303341

pgsql-jdbc by date:

Previous
From: "LUTZ GEOFFREY"
Date:
Subject: ...
Next
From: Fernando Nasser
Date:
Subject: Re: setFetchSize() bug?