云数据库 GAUSSDB-PQexecPreparedBatchEx:原型

时间:2024-11-13 14:46:02

原型

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