Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c132 char *zPagetype; /* Value of 'pagetype' column */ member
630 pCsr->zPagetype = "overflow"; in statNext()
690 pCsr->zPagetype = "internal"; in statNext()
694 pCsr->zPagetype = "leaf"; in statNext()
697 pCsr->zPagetype = "corrupted"; in statNext()
823 sqlite3_result_text(ctx, pCsr->zPagetype, -1, SQLITE_STATIC); in statColumn()