oosqlBackupPageCount



Returns the total number of pages in the source database file. This function is part of the Online Backup Feature for the online backup feature of SQLite.

Arguments: The single argument is:
buHandle [required] The non-null handle to the backup returned from oosqlBackupInit .
Return value: The total number of pages in the source database file.
Details The functionality of theoosqlBackupPageCountroutine is similar to that of the sqlite3_backup_pagecount SQLite API.