Re: [GENERAL] JDBC-Question

Поиск
Список
Период
Сортировка
От Marin Dimitrov
Тема Re: [GENERAL] JDBC-Question
Дата
Msg-id 00aa01c1cb4f$08908b30$9b0e32d4@sirma.bg
обсуждение исходный текст
Ответы Re: [GENERAL] JDBC-Question  ("Dave Cramer" <Dave@micro-automation.net>)
Список 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 по дате отправления:

Предыдущее
От: Graham Leggett
Дата:
Сообщение: Re: character sets and results
Следующее
От: "Dave Cramer"
Дата:
Сообщение: Re: [GENERAL] JDBC-Question