Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19478 #define TF_HasPrimaryKey 0x00000004 /* Table has a primary key */ macro
128166 if( pTab->tabFlags & TF_HasPrimaryKey ){
128171 pTab->tabFlags |= TF_HasPrimaryKey;
129040 assert( (p->tabFlags & TF_HasPrimaryKey)==0
129042 assert( (p->tabFlags & TF_HasPrimaryKey)!=0
129052 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){