Re: JDBC with PG 8.4 bytea character escaping wire protocol

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: JDBC with PG 8.4 bytea character escaping wire protocol
Дата
Msg-id 4AE0C63D.3040303@opencloud.com
обсуждение исходный текст
Ответ на 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
David Wall wrote:
> Does the JDBC 4 driver for PG 8.4 escape each character of the bytea
> type, or does it use a binary protocol?

When sending parameter data to the server, it uses the binary format.

When receiving results from the server, it uses the text format.

-O

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: commit and rollback don't throw exceptions when theyshould
Следующее
От: David Wall
Дата:
Сообщение: Re: JDBC with PG 8.4 bytea character escaping wire protocol