Can you bind output variables?

Поиск
Список
Период
Сортировка
От mjc@comcast.net
Тема Can you bind output variables?
Дата
Msg-id 020820052327.7493.42094ACE000C954400001D4522058861720C0603@comcast.net
обсуждение исходный текст
Ответы Re: Can you bind output variables?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
Hello,

Can you use paramValues[] in either PQexecParams or PQexecPrepared to read
data from the DB into the bound variables?

Or can you only bind input values? And all output must be read by iterating
over rows and columns using PQgetvalue() ?

Thanks,
Mark,

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

Предыдущее
От: Chad Robinson
Дата:
Сообщение: Re: Problem with asynchronous connect in 8.0.1
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Dynamic column name in pgsql trigger function