Re: ResultSet.updateCharacterStream - Mailing list pgsql-jdbc

From Jan de Visser
Subject Re: ResultSet.updateCharacterStream
Date
Msg-id 200406171533.53706.jdevisser@digitalfairway.com
Whole thread Raw
In response to Re: ResultSet.updateCharacterStream  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
On June 17, 2004 03:11 pm, Kris Jurka wrote:
> It also appears to need the fixes made to
> Statement.setCharacterStream that do not make the assumption that read
> will return length, but may need to be called multiple times.

Yeah, I was too lazy to fix that to. In our case the Reader is always a
StringReader (need stupid hoop-jumping because Oracle is too stupid), so
that's not an issue...

JdV!!

--
--------------------------------------------------------------
Jan de Visser                     jdevisser@digitalfairway.com

                Baruk Khazad! Khazad ai-menu!
--------------------------------------------------------------

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSet.updateCharacterStream
Next
From: "Jie Liang"
Date:
Subject: Re: Prepare Statement