Re: getBlob problems with bytea type columns - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: getBlob problems with bytea type columns
Date
Msg-id is6mptkner17oc479928535rhgatofjlde@4ax.com
Whole thread Raw
In response to getBlob problems with bytea type columns  (Dave Weis <djweis@sjdjweis.com>)
List pgsql-jdbc
On Sat, 8 Sep 2001 17:38:03 -0500 (CDT), you wrote:
>I have been trying to figure out how the blob support works.

See the explanation on http://lab.applinet.nl/postgresql-jdbc/
("Large objects (Blob and Clob)").

>I made a table of this format:
[...]
> theblob   | bytea   |

Unfortunately, bytea is currently unsupported in the JDBC
driver.

Alternatively, you can use PostgreSQL large objects. See the
same link for pointers.

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] JDBC pg_description update needed for CVS tip
Next
From: Barry Lind
Date:
Subject: Re: [PATCHES] Fix JDBC test suite, set/get transaction isolation level test in ConnectionTest