dbsync_app.send_return_receipt()
Send a return receipt for the registered tables.
Syntax
FUNCTION send_return_receipt(
rr_commit BOOLEAN
)
RETURNS INTEGER
- rr_commit must be TRUE for validation, FALSE for cancelation.
Returns:
- The status.
Usage
This function builds a return receipt event for the set of tables registered with register_local_tables()
,
to validate or cancel the synchronization.