Re: NullPointerException on next()

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: NullPointerException on next()
Дата
Msg-id qic8nt4lasjn83p36uv0lict5457gsm16f@4ax.com
обсуждение исходный текст
Ответ на Re: NullPointerException on next()  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-jdbc
On Fri, 10 Aug 2001 14:06:08 -0400, you wrote:
>I didn't close the statement.  I did use the statement again (to do an
>update) before I called next(), is that a problem now?

Yes. Closing or re-executing the statement closes its ResultSet.
This is per the JDBC spec, its not PostgreSQL-specific.

Regards,
René Pijlman

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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: NullPointerException on next()
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: NullPointerException on next()