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.

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.