Searched refs:hasRowid (Results 1 – 1 of 1) sorted by relevance
93 int hasRowid; /* hasRowid value. Negative if unknown. */ member214 pCsr->hasRowid = -1; in binfoNext()252 pCsr->hasRowid = -1; in binfoFilter()304 pCsr->hasRowid = aData[0]!=2 && aData[0]!=10; in binfoCompute()337 if( i>=BINFO_COLUMN_HASROWID && i<=BINFO_COLUMN_SZPAGE && pCsr->hasRowid<0 ){ in binfoColumn()356 sqlite3_result_int(ctx, pCsr->hasRowid); in binfoColumn()