Re: JDBC Driver & ResultSet.setFetchSize(int rows)

From: Barry Lind <blind(at)xythos(dot)com>
To: RAFA <RSS(at)TERRA(dot)ES>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC Driver & ResultSet.setFetchSize(int rows)
Date: 2002-10-30 19:15:05
Message-ID: 3DC02FB9.4020103@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-10-30 20:12:35 Re: Prepared Statement limit ?
Previous Message Peter Eisentraut 2002-10-30 18:32:12 Re: move 0 behaviour