Re: BLOBs etc

From: Kris Jurka <books(at)ejurka(dot)com>
To: Sven Köhler <skoehler(at)upb(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: BLOBs etc
Date: 2005-01-07 04:06:51
Message-ID: Pine.BSO.4.56.0501062258280.6327@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 7 Jan 2005, [ISO-8859-15] Sven Köhler wrote:

> Ohh, well. The "getInputStream/getBLOB/..." above was ment to include
> the set-Methods. After all you said, it seems reasonable not to
> impelement set/getBlob() for bytea.

The JDBC driver doesn't know what the target table looks like. It must
blindly send data and hope it matches. This is why the set methods can
only work for one type while the get methods could work for both.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sven Köhler 2005-01-07 04:18:35 Re: BLOBs etc
Previous Message Sven Köhler 2005-01-07 03:48:16 Re: BLOBs etc