云数据库 GAUSSDB-PQexecPreparedBatch:原型

时间:2024-04-26 16:14:21

原型

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-v3-gaussdb/gaussdb-12-0147.html