Re: JDBC Driver & ResultSet.setFetchSize(int rows) - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: JDBC Driver & ResultSet.setFetchSize(int rows)
Date
Msg-id 3DC02FB9.4020103@xythos.com
Whole thread Raw
In response to JDBC Driver & ResultSet.setFetchSize(int rows)  ("RAFA" <RSS@TERRA.ES>)
List pgsql-jdbc

RAFA wrote:
> Hi.
>
> Can I use the method "ResultSet.setFetchSize(int rows)" with the jdbc for
> PostgreV.7.2?

I think you can use the method, but it will not have any effect.

>
> Where can I find the methods that can I use with the JDBC? (Javadoc of
> Postgre.JDBC)
>

The best thing to do would be to ask the DatabaseMetadata object which
jdbc features are supported by the driver.  Other than that the source
code can be very helpful for questions like this.

thanks,
--Barry



pgsql-jdbc by date:

Previous
From: "RAFA"
Date:
Subject: JDBC Driver & ResultSet.setFetchSize(int rows)
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: Case Sensitivity