Home | History | Annotate | Download | only in orig

Lines Matching full:xupdate

4967   int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *);
6873 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
6879 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
6884 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
6889 ** must do so within the [xUpdate] method. If a call to the
6892 ** silently replace the appropriate rows within the xUpdate callback and
6903 ** This function may only be called from within a call to the [xUpdate] method
6907 ** of the SQL statement that triggered the call to the [xUpdate] method of the