Re: BLOBs etc - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: BLOBs etc
Date
Msg-id Pine.BSO.4.56.0501062258280.6327@leary.csoft.net
Whole thread Raw
In response to Re: BLOBs etc  (Sven Köhler <skoehler@upb.de>)
Responses Re: BLOBs etc
List 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

pgsql-jdbc by date:

Previous
From: Sven Köhler
Date:
Subject: Re: BLOBs etc
Next
From: Sven Köhler
Date:
Subject: Re: BLOBs etc