OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTREE_INTKEY
(Results
1 - 4
of
4
) 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 */
vdbe.c
[
all
...]
btree.c
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 47 milliseconds