Searched refs:xUpdate (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.h | 7307 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
|
| D | sqlite3.c | 7620 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member 101104 if( ALWAYS(pModule->xUpdate) ){ 101115 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); 126944 if( sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0 ){ 155014 && pCtx->pVTable->pMod->pModule->xUpdate!=0
|