Re: ResultSet got NullPointerException on getMetaData calls

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: ResultSet got NullPointerException on getMetaData calls
Дата
Msg-id Pine.BSO.4.56.0412060404540.4347@leary.csoft.net
обсуждение исходный текст
Ответ на ResultSet got NullPointerException on getMetaData calls  ("Gaetano Sferra" <gaesferr@libero.it>)
Ответы Re: ResultSet got NullPointerException on getMetaData calls
Список pgsql-jdbc

On Mon, 6 Dec 2004, Gaetano Sferra wrote:

> I got a NullPointerException when try to call getMetaData method on a
> refcursor mapped on a ResultSet.

ResultSets based on refcursors currently don't have any metadata
associated with them.  The whole refcursor implementation could be
upgraded to really use the V3 protocol (which would also allow it to
respect setFetchSize), but no one has tackled this project, so you are
unfortunately out of luck at the moment.

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Question reminder
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: meta data information returned for domains