更新时间:2024-11-12 GMT+08:00
分享

PQGetBatchErrorCount

功能描述

获取BatchErrorMode批量请求的错误条数。

原型

int PQGetBatchErrorCount(PGresult* result);

参数

表1 PQGetBatchErrorCount参数

关键字

参数说明

result

PQexecPreparedBatchEx的执行结果返回值。

返回值

int类型数据。

相关文档