Searched refs:TF_HasPrimaryKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1254 ** is generated for each row of the table. TF_HasPrimaryKey is set if
1303 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
H A Dbuild.c1148 if( pTab->tabFlags & TF_HasPrimaryKey ){
1153 pTab->tabFlags |= TF_HasPrimaryKey;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9599 ** is generated for each row of the table. TF_HasPrimaryKey is set if
9648 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10924 ** is generated for each row of the table. TF_HasPrimaryKey is set if
10977 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10924 ** is generated for each row of the table. TF_HasPrimaryKey is set if
10977 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
[all...]

Completed in 458 milliseconds