Method

PgsqlBatchsync

Declaration

DexFuture*
pgsql_batch_sync (
  PgsqlBatch* self
)

Description

Sends a synchronization point. All queries sent before this sync will be executed before queries sent after. Results can be collected after a sync point.

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.