Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c139814 u8 withoutRowid; /* 0 for normal table. 1 for WITHOUT ROWID table */ local
139867 withoutRowid = !HasRowid(pTab);
139980 ipkColumn = i; assert( !withoutRowid );
139991 if( sqlite3IsRowid(pColumn->a[i].zName) && !withoutRowid ){
140350 assert( !withoutRowid );
140430 }else if( IsVirtual(pTab) || withoutRowid ){