Home
last modified time | relevance | path

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

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c11553 #define TF_WithoutRowid 0x20 /* No rowid used. PRIMARY KEY is the key */ macro
11571 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0)
92642 if( tabOpts & TF_WithoutRowid ){
92651 p->tabFlags |= TF_WithoutRowid;
125424 yygotominor.yy186 = TF_WithoutRowid;

Completed in 386 milliseconds