Searched refs:xUpdate (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 6958 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
|
| H A D | sqlite3.c | 7264 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member 94670 if( ALWAYS(pModule->xUpdate) ){ 94681 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); 119269 return sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0; 145330 && pCtx->pVTable->pMod->pModule->xUpdate!=0
|