Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c251 #define SQL_CONTENT_INSERT 18 macro
403 if( eStmt==SQL_CONTENT_INSERT ){ in fts3SqlStmt()
983 rc = fts3SqlStmt(p, SQL_CONTENT_INSERT, &pContentInsert, &apVal[1]); in fts3InsertData()