JDBC Scrollable ResultSet

Поиск
Список
Период
Сортировка
От jonathan.lister@vaisala.com
Тема JDBC Scrollable ResultSet
Дата
Msg-id 0077BA604D38D311918B00508B444258022D3D48@birsrv01.vaisala.com
обсуждение исходный текст
Ответы Re: JDBC Scrollable ResultSet
Список pgsql-jdbc

Are first() and previous() fully implemented?

My tests indicate that first() will correctly return false if the resultSet(TYPE_SCROLL_INSENSITIVE,CONCUR_READ_ONLY) is empty, but if I have called next() several times on a non-empty resultSet then a call to first() doesn't seem to have any effect, even though it returns true.

pg 7.3.2, latest stable pg73jdbc2

Does anyone have a smart workaround?
Thanks, Jonathan

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: Am I right?
Следующее
От: "Kevin Schroeder"
Дата:
Сообщение: Re: JDBC Streaming large objects