RE: jdbc large object support ??

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'John Thorhauer'" <jthorhauer(at)phoenixcolor(dot)com>, postgres-inter <pgsql-interfaces(at)postgresql(dot)org>
Subject: RE: jdbc large object support ??
Date: 2000-07-20 06:36:42
Message-ID: 1B3D5E532D18D311861A00600865478CF1B114@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Large Objects have been supported for years - just not via streams.

Stream support is simply passing an InputStream (say from a file) directly
to a large object in the database. The ImageViewer example shows the other
two ways, using setBytes() and using our own extensions.

Peter

--
Peter Mount
Enterprise Support Mushroom
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council

-----Original Message-----
From: John Thorhauer [mailto:jthorhauer(at)phoenixcolor(dot)com]
Sent: Wednesday, July 19, 2000 9:07 PM
To: postgres-inter
Subject: [INTERFACES] jdbc large object support ??

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?

Thanks,
John
--
********************************
** John Thorhauer
** jthorhauer(at)phoenixcolor(dot)com
********************************

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Carsten Zerbst 2000-07-20 06:56:45 TCL API
Previous Message Joachim Achtzehnter 2000-07-20 06:27:35 Re: jdbc large object support ??