Method
PgsqlBatchsend
Description
Sends a query in the batch without waiting for results. The query is queued and will be executed as part of the pipeline.
Parameters
sql-
Type:
const char*The sql to send.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. params-
Type:
PgsqlParamsParams for
sql.The argument can be NULL.The data is owned by the caller of the method.