云数据库 GAUSSDB-PQexecPreparedBatch:原型

时间:2024-06-03 11:35:31

原型

PGresult* PQexecPreparedBatch(PGconn* conn, 
                              const char* stmtName, 
                              int nParams,
                              int nBatchCount,
                              const char* const* paramValues,
                              const int* paramLengths,
                              const int* paramFormats,
                              int resultFormat);
support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-0146.html