Re: [GENERAL] JDBC-Question - Mailing list pgsql-jdbc

From Marin Dimitrov
Subject Re: [GENERAL] JDBC-Question
Date
Msg-id 00aa01c1cb4f$08908b30$9b0e32d4@sirma.bg
Whole thread Raw
Responses Re: [GENERAL] JDBC-Question
List pgsql-jdbc
>
> Do I have all the data (1000 rows) in memory or dose the driver fetch the
> data as needed (while iterating over the rset instance) from my postgresql
> backend.
>

since I would expect that the driver retrieves the result sets in chunks I'd
like to know if this behaviour can be controlled - i.e. is setFetchSize()
implemented?

thanx,

    Marin



pgsql-jdbc by date:

Previous
From: Graham Leggett
Date:
Subject: Re: character sets and results
Next
From: "Dave Cramer"
Date:
Subject: Re: [GENERAL] JDBC-Question