Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c1245 const char *zStatement; in fulltextFilter() local
1250 zStatement = "select rowid, content from %_content"; in fulltextFilter()
1261 zStatement = "select rowid, content from %_content where rowid = ?"; in fulltextFilter()
1269 rc = sql_prepare(v->db, v->zName, &c->pStmt, zStatement); in fulltextFilter()