Re: bytea encoding

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: bytea encoding
Дата
Msg-id 4283CEA3.8060101@opencloud.com
обсуждение исходный текст
Ответ на Re: bytea encoding  (Jesse <jeichar@refractions.net>)
Список pgsql-jdbc
Jesse wrote:

> Is there a way that I can use postgresql-74.213.jar (or more recent) to
> encode the file in bytea on the client side?  If no, do you know where I
> can get code to do that?

You do not need to "encode the file in bytea". Use setBytes() or
setBinaryStream() and the driver will do the rest.

-O

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [NOVICE] Using PgSQL in high volume and throughput problem
Следующее
От: hiuguis@iteso.mx
Дата:
Сообщение: JDBC INSERT Problem