Re: getBlob problems with bytea type columns

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: getBlob problems with bytea type columns
Дата
Msg-id is6mptkner17oc479928535rhgatofjlde@4ax.com
обсуждение исходный текст
Ответ на getBlob problems with bytea type columns  (Dave Weis <djweis@sjdjweis.com>)
Список pgsql-jdbc
On Sat, 8 Sep 2001 17:38:03 -0500 (CDT), you wrote:
>I have been trying to figure out how the blob support works.

See the explanation on http://lab.applinet.nl/postgresql-jdbc/
("Large objects (Blob and Clob)").

>I made a table of this format:
[...]
> theblob   | bytea   |

Unfortunately, bytea is currently unsupported in the JDBC
driver.

Alternatively, you can use PostgreSQL large objects. See the
same link for pointers.

Regards,
René Pijlman <rene@lab.applinet.nl>

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] JDBC pg_description update needed for CVS tip
Следующее
От: Barry Lind
Дата:
Сообщение: Re: [PATCHES] Fix JDBC test suite, set/get transaction isolation level test in ConnectionTest