Can you bind output variables? - Mailing list pgsql-interfaces

From Mark Crosland
Subject Can you bind output variables?
Date
Msg-id 000301c50da5$fd808370$0201a8c0@laguna
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can you bind output variables?
Next
From: Nick Burch
Date:
Subject: Re: PGXML