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

Поиск
Список
Период
Сортировка
От Barry Lind
Тема Re: JDBC Driver & ResultSet.setFetchSize(int rows)
Дата
Msg-id 3DC02FB9.4020103@xythos.com
обсуждение исходный текст
Ответ на JDBC Driver & ResultSet.setFetchSize(int rows)  ("RAFA" <RSS@TERRA.ES>)
Список 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 по дате отправления:

Предыдущее
От: "RAFA"
Дата:
Сообщение: JDBC Driver & ResultSet.setFetchSize(int rows)
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: Case Sensitivity