Home | History | Annotate | Download | only in dist

Lines Matching refs:BTREE_BLOBKEY

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