Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c14440 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
98691 if( pTab->tabFlags & TF_HasPrimaryKey ){
98696 pTab->tabFlags |= TF_HasPrimaryKey;
99261 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){

Completed in 665 milliseconds