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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h5394 ** ^Within the [xUpdate] method of a [virtual table], the
5397 ** that the xUpdate method call was invoked to implement and if
5401 ** was unchanging). ^Within an [xUpdate] method, any value for which
5404 ** than within an [xUpdate] method call for an UPDATE statement, then
6794 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
6893 ** SQLite also assumes that if a call to the xUpdate() method is made as
6896 ** any database changes. In other words, if the xUpdate() returns
6898 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
6899 ** set and xUpdate returns SQLITE_CONSTRAINT, any database changes made by
6900 ** the xUpdate metho
[all...]
H A Dsqlite3.c6457 ** ^Within the [xUpdate] method of a [virtual table], the
6460 ** that the xUpdate method call was invoked to implement and if
6464 ** was unchanging). ^Within an [xUpdate] method, any value for which
6467 ** than within an [xUpdate] method call for an UPDATE statement, then
7857 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7956 ** SQLite also assumes that if a call to the xUpdate() method is made as
7959 ** any database changes. In other words, if the xUpdate() returns
7961 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
7962 ** set and xUpdate returns SQLITE_CONSTRAINT, any database changes made by
7963 ** the xUpdate metho
[all...]

Completed in 904 milliseconds