JDBC and Blobs - Mailing list pgsql-jdbc

From Dev
Subject JDBC and Blobs
Date
Msg-id 550919.32075.qm@web53710.mail.re2.yahoo.com
Whole thread Raw
Responses Re: JDBC and Blobs  (Craig Ringer <craig@postnewspapers.com.au>)
Re: JDBC and Blobs  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Re: JDBC and Blobs  (David Wall <d.wall@computer.org>)
List pgsql-jdbc
Hi,

I have a field in my database table of type OID which is suppose to be used to store binary data. I plan on using the setBlob and getBlob methods for storing and retrieving entries from the table. Is that the right way to proceed? If I delete a row in that table , will it delete the binary data as well from the database server?

cheers

/Dev

pgsql-jdbc by date:

Previous
From: Craig Ringer
Date:
Subject: Re: insert data into partitioned tables via Java application
Next
From: Craig Ringer
Date:
Subject: Re: JDBC and Blobs