Name
sqlite3_backup_pagecount() — Get the number of pages in the source database
[EXP]
Definition
int sqlite3_backup_pagecount( sqlite3_backup* backup );
-
backup
An online backup handle.
- Returns
The number of pages in the source
database.
Description
This function gets the total number of pages in the source
database. This value is updated when sqlite3_backup_step()
is called, and might not
reflect recent activity on the source database.