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

/external/sqlite/dist/orig/
H A Dsqlite3.c10095 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
10098 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
10099 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
10103 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10095 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
10098 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
10099 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
10103 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */ macro
[all...]

Completed in 685 milliseconds