Re: ResultSet got NullPointerException on getMetaData calls

From: Kris Jurka <books(at)ejurka(dot)com>
To: Gaetano Sferra <gaesferr(at)libero(dot)it>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: ResultSet got NullPointerException on getMetaData calls
Date: 2005-01-30 11:08:38
Message-ID: Pine.BSO.4.56.0501300528290.1119@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Mon, 6 Dec 2004, Kris Jurka wrote:

> 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.
>

Actually, rechecking this report. Things seem to work fine in the 8.0
driver and ResultSetMetaData is available for refcursor ResultSets. The
fetchsize is still an open item though.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-01-30 19:08:41 Re: Fix for changing parameter types with server prepared statements
Previous Message Kris Jurka 2005-01-30 06:49:04 Re: Fix for changing parameter types with server prepared