Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c17242 #define TF_HasPrimaryKey 0x00000004 /* Table has a primary key */ macro
114877 if( pTab->tabFlags & TF_HasPrimaryKey ){
114882 pTab->tabFlags |= TF_HasPrimaryKey;
115725 assert( (p->tabFlags & TF_HasPrimaryKey)==0
115727 assert( (p->tabFlags & TF_HasPrimaryKey)!=0
115737 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){