Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c182 const char *zRowid = pTab->iPKey>=0 ? pTab->aCol[pTab->iPKey].zCnName: in sqlite3WhereExplainOneScan()
185 const char *zRowid = "rowid"; in sqlite3WhereExplainOneScan() local
187 sqlite3_str_appendf(&str, " USING INTEGER PRIMARY KEY (%s", zRowid); in sqlite3WhereExplainOneScan()
191 sqlite3_str_appendf(&str, ">? AND %s", zRowid); in sqlite3WhereExplainOneScan()