Removing blob using pure JDBC (PG7.1) - Mailing list pgsql-jdbc

From Jean-Francois Burdet
Subject Removing blob using pure JDBC (PG7.1)
Date
Msg-id 3A76A20A.D09733D7@adm.unige.ch
Whole thread Raw
List pgsql-jdbc
Hi,

The documentation from jdbc-lo.htm shows how to create and read a blob
object using pure JDBC calls (that is, without using the
org.postgresql.largeobject.* package).

Since the documentation doesn't show it, how can I remove a blob ? Does
a setNull() to the oid pointing to the blob do the job ? (Will the
driver intercept this and make an "unlink" ?)

Or should I stick with
LargeObjectManager lobj =
((org.postgresql.Connection)dbCon).getLargeObjectAPI();
lobj.unlink(oid);
?

Thanks ...

pgsql-jdbc by date:

Previous
From: Michael Stephenson
Date:
Subject: Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems
Next
From: Peter T Mount
Date:
Subject: Re: Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems