Searched refs:TF_HasPrimaryKey (Results 1 – 2 of 2) sorted by relevance
1843 if( pTab->tabFlags & TF_HasPrimaryKey ){ in sqlite3AddPrimaryKey()1848 pTab->tabFlags |= TF_HasPrimaryKey; in sqlite3AddPrimaryKey()2693 assert( (p->tabFlags & TF_HasPrimaryKey)==0 in sqlite3EndTable()2695 assert( (p->tabFlags & TF_HasPrimaryKey)!=0 in sqlite3EndTable()2705 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){ in sqlite3EndTable()
2330 #define TF_HasPrimaryKey 0x00000004 /* Table has a primary key */ macro