[libpq] columns binding?

Поиск
Список
Период
Сортировка
От Andro
Тема [libpq] columns binding?
Дата
Msg-id da7021e0608020418v89786e3ib20c45641a6a6472@mail.gmail.com
обсуждение исходный текст
Список pgsql-interfaces
Hi,

a while ago, a couple of threads talked about columns binding since
having to copy and convert the data out of libpq allocated PGresult*
into our own objects is quite inconvenient and could turn out to be
expensive as manipulating large amount of data.

Has there been any changes regarding libpq data retrieval method? I've
been looking into libpq API for a while now but I couldn't find
anything related to column binding. I guess the "resultset" method is
the only one, and that dramatically implies having data two times in
memory in case of developing a (database generic) API - using bindings
- on top of libpq. Is it really the only way of proceeding?

Thanks for help

Charles


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

Предыдущее
От:
Дата:
Сообщение: change tuple before insert
Следующее
От: Tom Lane
Дата:
Сообщение: Re: change tuple before insert