Re: JDBC with PG 8.4 bytea character escaping wire protocol

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: JDBC with PG 8.4 bytea character escaping wire protocol
Дата
Msg-id 396486430910220913n78799e5apb6e3ef3494407d6b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: JDBC with PG 8.4 bytea character escaping wire protocol  (David Wall <d.wall@computer.org>)
Ответы Re: JDBC with PG 8.4 bytea character escaping wire protocol
Список pgsql-jdbc
On Thu, Oct 22, 2009 at 8:59 AM, David Wall <d.wall@computer.org> wrote:
>  Does anybody
> know if the JDBC driver with PG 8.4 communicates using a binary protocol for
> BYTEA transfers to/from or whether it sends escaped chars only?  Or perhaps
> which classes handle the transfer of BYTEA to PG and receives BYTEA
> responses from PG?

I don't know if you've already looked at this document (I'm not sure
if it answers your question):

http://jdbc.postgresql.org/documentation/84/binary-data.html

It sounds like it uses an InputStream but I'm not sure.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

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

Предыдущее
От: David Wall
Дата:
Сообщение: Re: JDBC with PG 8.4 bytea character escaping wire protocol
Следующее
От: David Wall
Дата:
Сообщение: Re: JDBC with PG 8.4 bytea character escaping wire protocol