云数据库 GAUSSDB-PQexecPreparedBatchEx:参数

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

参数

表1 PQexecPreparedBatchEx参数

关键字

参数说明

conn

连接句柄。

stmtName

prepared 语句名字。

nParams

动态绑定参数的字段数。

nBatchCount

批量绑定的行数。

paramValues

绑定参数值。

paramLengths

参数值的数据长度。

paramFormats

参数的格式(文本或二进制)。

resultFormat

结果的格式(文本或二进制)。

attr

此次批量执行属性,是否使用批量错误跳过模式。取值范围:STMT_DEFAULT , STMT_BATCH_ERRORS。

allowedErrorsCount

使用批量错误跳过模式时,允许的最大错误数。

support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-1641.html