Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c240 #define SQL_SELECT_CONTENT_BY_ROWID 7 macro
405 }else if( eStmt==SQL_SELECT_CONTENT_BY_ROWID ){ in fts3SqlStmt()
1076 rc = fts3SqlStmt(p, SQL_SELECT_CONTENT_BY_ROWID, &pSelect, &pRowid); in fts3DeleteTerms()