Searched refs:xUpdate (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | sqlite3.h | 7332 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
|
| HD | sqlite3.c | 7645 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member 101644 if( ALWAYS(pModule->xUpdate) ){ 101655 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); 127695 if( sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0 ){ 156270 && pCtx->pVTable->pMod->pModule->xUpdate!=0
|