Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c11550 #define TF_HasPrimaryKey 0x04 /* Table has a primary key */ macro
92093 if( pTab->tabFlags & TF_HasPrimaryKey ){
92098 pTab->tabFlags |= TF_HasPrimaryKey;
92648 if( (p->tabFlags & TF_HasPrimaryKey)==0 ){

Completed in 369 milliseconds