pageCount

Queries the total number of pages in the database file.

This read-only pragma returns the current size of the database file in pages. The total size of the database in bytes can be calculated by multiplying this value by the pageSize.

This pragma cannot be set; it is for querying only.

Author

MOHAMMAD AZIM ANSARI

See also