Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c93 int hasRowid; /* hasRowid value. Negative if unknown. */ member
214 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()