Name

sqlite3_backup_remaining() — Get the number of pages remaining in a backup [EXP]

Definition

int sqlite3_backup_remaining( sqlite3_backup* backup );
backup

An online backup handle.

Returns

The number of pages remaining in the backup process.

Description

This function is used to get the number of pages that still need to be backed up. This value is updated when sqlite3_backup_step() is called and may not reflect recent activity on the source database.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.