Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18455 #define HasRowid(X) (((X)->tabFlags & TF_WithoutRowid)==0) macro
89825 if( HasRowid(pTab)==0 ){
98286 assert( (pOp->p5 & OPFLAG_ISNOOP) || HasRowid(pTab) );
98426 && HasRowid(pOp->p4.pTab)
98461 || HasRowid(pTab)==0
98501 if( db->xUpdateCallback && ALWAYS(pTab!=0) && HasRowid(pTab) ){
101909 if( pTab && !HasRowid(pTab) ){
112466 }else if( !HasRowid(pTab) ){
117649 if( HasRowid(pTab) ){
118786 if( !HasRowid(pTab) && IsPrimaryKeyIndex(pIdx) ){
[all …]