Searched refs:BTREE_INTKEY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.h100 ** 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 */ macro
H A Dvdbe.c4615 /* flags = BTREE_INTKEY; */
4616 flags = BTREE_INTKEY;
H A Dbtree.c6902 ** BTREE_INTKEY|BTREE_LEAFDATA Used for SQL tables with rowid keys
7029 if( createTabFlags & BTREE_INTKEY ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7726 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
7727 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
7728 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
7733 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8937 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8938 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
8939 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
8944 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8937 ** Every SQLite table must have either BTREE_INTKEY or BTREE_BLOBKEY set.
8938 ** With BTREE_INTKEY, the table key is a 64-bit integer and arbitrary data
8939 ** is stored in the leaves. (BTREE_INTKEY is used for SQL tables.) With
8944 #define BTREE_INTKEY 1 /* Table has only 64-bit signed integer keys */ macro
[all...]

Completed in 1919 milliseconds