Home | History | Annotate | Download | only in dist

Lines Matching refs:BTREE_BLOBKEY

7526 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
7529 ** BTREE_BLOBKEY, the key is an arbitrary BLOB and no content is stored
7530 ** anywhere - the key is the content. (BTREE_BLOBKEY is used for SQL
7534 #define BTREE_BLOBKEY 2 /* Table has keys only - no data */
63566 ** sqlite3BtreeCreateTable() with the BTREE_BLOBKEY flag before
63573 rc = sqlite3BtreeCreateTable(u.ax.pCx->pBt, &pgno, BTREE_BLOBKEY);
65085 u.bt.flags = BTREE_BLOBKEY;