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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c8020 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8023 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
8024 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
8028 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
[all...]

Completed in 319 milliseconds