云数据库 GAUSSDB-PQexecPrepared:原型

时间:2024-04-26 16:15:20

原型

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