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

/external/sqlite/dist/orig/
H A Dsqlite3.h5505 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7543 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7549 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7554 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7559 ** must do so within the [xUpdate] method. If a call to the
7562 ** silently replace the appropriate rows within the xUpdate callback and
7573 ** This function may only be called from within a call to the [xUpdate] method
7577 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5712 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7750 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7756 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7761 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7766 ** must do so within the [xUpdate] method. If a call to the
7769 ** silently replace the appropriate rows within the xUpdate callback and
7780 ** This function may only be called from within a call to the [xUpdate] method
7784 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5505 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7543 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7549 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7554 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7559 ** must do so within the [xUpdate] method. If a call to the
7562 ** silently replace the appropriate rows within the xUpdate callback and
7573 ** This function may only be called from within a call to the [xUpdate] method
7577 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5712 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7750 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7756 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7761 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7766 ** must do so within the [xUpdate] method. If a call to the
7769 ** silently replace the appropriate rows within the xUpdate callback and
7780 ** This function may only be called from within a call to the [xUpdate] method
7784 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]

Completed in 499 milliseconds