CONSTRAINT_PRIMARYKEY top-level constant

int const CONSTRAINT_PRIMARYKEY

See SQLite Documentation for meaning and the use of it.

Implementation

const CONSTRAINT_PRIMARYKEY = (CONSTRAINT | (6 << 8));