August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_backup_remaining() — Get the number of pages remaining in a backup [EXP]
int sqlite3_backup_remaining( sqlite3_backup* backup );
backup
An online backup handle.
The number of pages remaining in the backup process.
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.
Read now
Unlock full access