HomeSort by relevance Sort by last modified time
    Searched defs:BTREE_INTKEY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
btree.h 100 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
101 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
102 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
107 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 382 milliseconds