Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c16926 #define TF_HasPrimaryKey 0x0004 /* Table has a primary key */ macro
108214 if( pTab->tabFlags & TF_HasPrimaryKey ){
108219 pTab->tabFlags |= TF_HasPrimaryKey;
108841 assert( (p->tabFlags & TF_HasPrimaryKey)==0
108843 assert( (p->tabFlags & TF_HasPrimaryKey)!=0
108853 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){

Completed in 403 milliseconds