Searched refs:BTREE_BLOBKEY (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.
8233 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
8234 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
8238 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
[all...]

Completed in 686 milliseconds