Method

PgsqlBatchfinish

Declaration

DexFuture*
pgsql_batch_finish (
  PgsqlBatch* self
)

Description

Finishes the batch operation, collecting all remaining results and exiting pipeline mode.

Return value

Type: DexFuture

A DexFuture that resolves to self or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.