Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c18448 #define TF_HasPrimaryKey 0x00000004 /* Table has a primary key */ macro
123208 if( pTab->tabFlags & TF_HasPrimaryKey ){
123213 pTab->tabFlags |= TF_HasPrimaryKey;
124070 assert( (p->tabFlags & TF_HasPrimaryKey)==0
124072 assert( (p->tabFlags & TF_HasPrimaryKey)!=0
124082 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){