Searched refs:azColname (Results 1 – 2 of 2) sorted by relevance
532 const char **azColname, /* Names of columns in the virtual table */ in sqlite3BestIndexLog() argument599 zCol = azColname[iCol]; in sqlite3BestIndexLog()653 iCol>=0 ? azColname[iCol] : "rowid", in sqlite3BestIndexLog()676 zCol = azColname[iCol]; in sqlite3BestIndexLog()943 static const char *azColname[] = { in vt02BestIndex() local947 sqlite3BestIndexLog(pInfo, zLogTab, db, azColname, pVTab); in vt02BestIndex()
104 static const char *azColname[] = { variable366 azColname[iCol], in qpvtabBestIndex()396 iCol>=0 ? azColname[iCol] : "rowid", in qpvtabBestIndex()