what to do to display largeobject (image) - Mailing list pgsql-jdbc

From ahmet temiz
Subject what to do to display largeobject (image)
Date
Msg-id 37ee0090812260953x19508a73v80787b5853a5e193@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
hello

looking at example "Chapter 7. Storing Binary Data",  I tried
to get largeobject (an image) from  database and display it.

after using this statement
obj.read(buf, 0, obj.size());j
what should I do with this largeobject to display the image.

kind regards

Ahmet Temiz

pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: problem in getting Large Object from pooled PostgreSQL / Tomcat 6
Next
From: "Eric Davies"
Date:
Subject: Trying to insert an array using a prepared statement.