Searched refs:xUpdate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c49 ** xColumn xRowid xUpdate xSync
474 ** be used to log calls to the xUpdate method. It will be deleted
910 ** The xUpdate method for echo module virtual tables.
945 if( simulateVtabError(pVtab, "xUpdate") ){
1253 echoUpdate, /* xUpdate - write data */
H A Ddelete.c55 ** 1) It is a virtual table and no implementation of the xUpdate method
64 && sqlite3GetVTable(pParse->db, pTab)->pMod->pModule->xUpdate==0 )
H A Dsqlite.h.in4599 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
H A Dvdbe.c5747 ** This opcode invokes the corresponding xUpdate method. P2 values
5748 ** are contiguous memory cells starting at P3 to pass to the xUpdate
5750 ** p2th element of the argv array passed to xUpdate.
5752 ** The xUpdate method will do a DELETE or an INSERT or both.
5763 ** P1 is a boolean flag. If it is set to true and the xUpdate call
5780 if( ALWAYS(pModule->xUpdate) ){
5790 rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4604 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
H A Dsqlite3.c5147 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5323 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7308 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7314 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7319 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7324 ** must do so within the [xUpdate] method. If a call to the
7327 ** silently replace the appropriate rows within the xUpdate callback and
7338 ** This function may only be called from within a call to the [xUpdate] method
7342 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5438 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7423 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7429 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7434 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7439 ** must do so within the [xUpdate] method. If a call to the
7442 ** silently replace the appropriate rows within the xUpdate callback and
7453 ** This function may only be called from within a call to the [xUpdate] method
7457 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5323 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7308 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7314 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7319 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7324 ** must do so within the [xUpdate] method. If a call to the
7327 ** silently replace the appropriate rows within the xUpdate callback and
7338 ** This function may only be called from within a call to the [xUpdate] method
7342 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5438 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7423 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7429 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7434 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7439 ** must do so within the [xUpdate] method. If a call to the
7442 ** silently replace the appropriate rows within the xUpdate callback and
7453 ** This function may only be called from within a call to the [xUpdate] method
7457 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]

Completed in 6139 milliseconds