云数据库 GAUSSDB-PQexecParamsBatch:原型

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

原型

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);
support.huaweicloud.com/centralized-devg-v3-gaussdb/gaussdb-12-0145.html