Re: jdbc large object support ??

From: Joachim Achtzehnter <joachim(at)kraut(dot)bc(dot)ca>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: jdbc large object support ??
Date: 2000-07-19 20:14:59
Message-ID: Pine.WNT.4.21.0007191309550.148-100000@van4
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message John Thorhauer 2000-07-19 20:41:50 Re: jdbc large object support ??
Previous Message John Thorhauer 2000-07-19 20:06:57 jdbc large object support ??