Re: jdbc large object support ?? - Mailing list pgsql-interfaces

From Joachim Achtzehnter
Subject Re: jdbc large object support ??
Date
Msg-id Pine.WNT.4.21.0007191309550.148-100000@van4
Whole thread Raw
In response to jdbc large object support ??  (John Thorhauer <jthorhauer@phoenixcolor.com>)
List pgsql-interfaces
On Wed, 19 Jul 2000, John Thorhauer wrote:
>
> I read on the jdbc driver web page that "Stream support for large
> objects is delayed until 7.1".  But I also see an example called
> ImageViewer.java in the src distribution of postgres that uses large
> objects.  So...... Can I use postgres large objects with the most recent
> jdbc driver? Anf if so, what is "Stream support" and do I really need
> it?

Take a look at the mailing list archive. This question was discussed in
great detail during the last couple of days. You use setBytes() and
getBytes() instead of streams, for details see the archive.

Joachim



pgsql-interfaces by date:

Previous
From: John Thorhauer
Date:
Subject: jdbc large object support ??
Next
From: John Thorhauer
Date:
Subject: Re: jdbc large object support ??