Searched refs:BTREE_INTKEY (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8230 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8231 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
8232 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
8237 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]

Completed in 341 milliseconds