Searched refs:xUpdate (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 5505 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member
|
H A D | sqlite3.c | 5712 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member 77185 if( ALWAYS(pModule->xUpdate) ){ 77196 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); 95648 && sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0 )
|
Completed in 546 milliseconds