PQexecPreparedBatch
功能描述
发送一个请求来用给定的批量参数执行一个预备语句,并且等待结果。
原型
PGresult* PQexecPreparedBatch(PGconn* conn, 
                              const char* stmtName, 
                              int nParams,
                              int nBatchCount,
                              const char* const* paramValues,
                              const int* paramLengths,
                              const int* paramFormats,
                              int resultFormat);
参数
表 1 PQexecPreparedBatch参数
返回值
PGresult类型指针。
意见反馈