Searched refs:xUpdate (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 7539 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
|
| H A D | sqlite3.c | 7858 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member 102922 if( ALWAYS(pModule->xUpdate) ){ 102934 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); 129425 if( sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0 ){ 158435 && pCtx->pVTable->pMod->pModule->xUpdate!=0
|