Next: , Previous: , Up: Database Methods   [Contents][Index]


4.3.12 blonde_push_detail

extern int blonde_push_detail(void *);

The function writes the data store for the current transaction for the $1 database.

Together with ‘blonde_fill_detail’ and ‘blonde_sync_detail’ it may be used to close transactions in a more resilient fashion. With the former it is an alternative to the one call transaction closing, ‘blonde_ever_detail’.

See blonde_ever_detail.

See blonde_fill_detail.

See blonde_sync_detail.

See More Resilient Transactions.