Re: Use C++ to iterate integer array returned from stored procedure

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Use C++ to iterate integer array returned from stored procedure
Дата
Msg-id db471ace1001070830o1ac3984dk7b1f7a6285170b48@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Use C++ to iterate integer array returned from stored procedure  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Use C++ to iterate integer array returned from stored procedure  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
I suggest that you use libpqxx. libpqxx already has a utility template
function called separated_list() that lives in the pqxx namespace for
converting std containers into array literals. It also has a function
template called "from_string" that lives in the same place. I imagine
it's implemented in terms of stringstream though (otherwise, JTV would
have written a bunch of specialisations or overloads), and as such is
highly generic and unlikely to do what you want (I've just taken a
look at the doxygen generated docs on pqxx.org, I cannot confirm that
right now).

In any case, you are better of with pqxx. You can make some noise on
the pqxx mailing list if you feel that it ought to have this
functionality.


Regards,
Peter Geoghegan

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

Предыдущее
От: Vincenzo Romano
Дата:
Сообщение: Ideas and critics are welcome
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg.dropped