LargeObject API

From: Dennis Thrysøe <dth(at)conscius(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: LargeObject API
Date: 2007-08-02 07:44:02
Message-ID: 46B18B42.2020709@conscius.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

Is there any way to use the proprietary LargeObject API, without
actually having a reference to the postgresql Drivers's Connection object?

I need to store (potentially) large chunks of data, so as I read the
documentation I need to use the oid type for performance reasons.

However, if the application is executing within a j2ee server with
connection pooling, the given Connection instance is just a proxy for
the actual one.

Otherwise I could possibly use PreparedStatement.setBlob(), but how
could I create a Blob instance?

I'm not on the mailing list (yet).

-dennis
---------------------------------------------------------------------------
The information in this email is confidential and may be legally protected.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2007-08-02 07:50:11 Re: statement caching patch from Laszlo Hornyak for review
Previous Message Dave Cramer 2007-08-02 01:02:32 Re: statement caching patch from Laszlo Hornyak for review