Re: ResultSet.updateCharacterStream

From: Jan de Visser <jdevisser(at)digitalfairway(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet.updateCharacterStream
Date: 2004-06-17 19:33:53
Message-ID: 200406171533.53706.jdevisser@digitalfairway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)digitalfairway(dot)com

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jie Liang 2004-06-17 20:54:51 Re: Prepare Statement
Previous Message Kris Jurka 2004-06-17 19:11:57 Re: ResultSet.updateCharacterStream