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