absolute positioning

Поиск
Список
Период
Сортировка
От Indra Heckenbach
Тема absolute positioning
Дата
Msg-id 405E5075.10603@macnica.com
обсуждение исходный текст
Ответы Re: absolute positioning  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Hi,

After reviewing the JDBC API, I thought absolute() was intended to
reposition the cursor across the entire result set.  Looking at the
pgjdbc implementation though, it appears to be positioning the cursor in
the cached results, which may be a subset of all results if
setFetchSize() != 0.   I assume the implementation should be doing
"FETCH ABSOLUTE pos".  If this is true, comparable methods are also not
correctly implemented for this case.  Is this an issue, or am I
misinterpreting the API?

thanks,
Indra

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

Предыдущее
От: Fuchs Clemens
Дата:
Сообщение: Re: BYTEA with large files leads to OutOfMemory
Следующее
От: Indra Heckenbach
Дата:
Сообщение: selecting cursor based fetch