Skip to main content

SQLITE_PAGE_SIZE_OFFSET

Constant SQLITE_PAGE_SIZE_OFFSET 

Source
pub const SQLITE_PAGE_SIZE_OFFSET: usize = 16;
Expand description

Byte offset of the page size field in the SQLite header.

2-byte big-endian unsigned integer. The value 1 is a special encoding for a page size of 65536 bytes.