API Version: 1
Library Version: 1.0.alpha
Generated by gi-docgen 2025.5
DexFuture* pgsql_batch_sync ( PgsqlBatch* self )
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.
Type: DexFuture
DexFuture
A DexFuture that resolves to self or rejects with error.
self