AbstractJdbc2Statement.setFetchSize()

Поиск
Список
Период
Сортировка
От Rich Cullingford
Тема AbstractJdbc2Statement.setFetchSize()
Дата
Msg-id 3F8F172B.8050106@sysd.com
обсуждение исходный текст
Ответы Re: AbstractJdbc2Statement.setFetchSize()  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
All,
I had hoped to use this method, which is implemented in PG 7.4, to limit
the number of rows retrieved (for display purposes) out of some massive
datasets we have. I know the JDBC spec says that this is just a hint,
but calling the method on a Statement doesn't seem to have any effect on
the SELECT. It still seesm to try to load the whole dataset.

Is there any way to avoid cursored FETCH approaches to this problem?
                    Thanks,
                    Rich Cullingford
                    rculling@sysd.com


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: aehansen@paycheckadv.com
Дата:
Сообщение: ...
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: AbstractJdbc2Statement.setFetchSize()