Lines Matching full:rootpage
8987 " AND coalesce(rootpage,0)>0\n"
9983 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
12950 zSql = sqlite3_mprintf("SELECT rootpage FROM sqlite_master"
13447 " rootpage integer,\n"
13926 " WHERE type='table' AND coalesce(rootpage,0)>1"
13931 " WHERE type='table' AND coalesce(rootpage,0)>1"
14195 { "imposter", SQLITE_TESTCTRL_IMPOSTER, "SCHEMA ON/OFF ROOTPAGE"},