PQexecParamsBatch
Function
PQexecParamsBatch is used to run a command to bind batches of parameters.
Prototype
PGresult* PQexecParamsBatch(PGconn* conn, 
                            const char* command,
                            int nParams,
                            int nBatch, 
                            const Oid* paramTypes,
                            const char* const* paramValues,
                            const int* paramLengths,
                            const int* paramFormats,
                            int resultFormat);
Parameter
Table 1
Return Value
PGresult pointers
Feedback