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

/external/sqlite/dist/orig/
H A Dsqlite3.c8274 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8275 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
8276 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
8281 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8274 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8275 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
8276 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
8281 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]

Completed in 1271 milliseconds