what to do to display largeobject (image)

Поиск
Список
Период
Сортировка
От ahmet temiz
Тема what to do to display largeobject (image)
Дата
Msg-id 37ee0090812260953x19508a73v80787b5853a5e193@mail.gmail.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Dave Cramer"
Дата:
Сообщение: Re: problem in getting Large Object from pooled PostgreSQL / Tomcat 6
Следующее
От: "Eric Davies"
Дата:
Сообщение: Trying to insert an array using a prepared statement.