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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4788 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
6631 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6637 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6642 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
6647 ** must do so within the [xUpdate] method. If a call to the
6650 ** silently replace the appropriate rows within the xUpdate callback and
6661 ** This function may only be called from within a call to the [xUpdate] method
6665 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5341 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7184 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7190 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7195 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7200 ** must do so within the [xUpdate] method. If a call to the
7203 ** silently replace the appropriate rows within the xUpdate callback and
7214 ** This function may only be called from within a call to the [xUpdate] method
7218 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]

Completed in 400 milliseconds