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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h5795 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
5885 ** SQLite also assumes that if a call to the xUpdate() method is made as
5888 ** any database changes. In other words, if the xUpdate() returns
5890 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
5891 ** set and xUpdate returns SQLITE_CONSTRAINT, any database changes made by
5892 ** the xUpdate method are automatically rolled back by SQLite.
7919 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7925 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7930 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7935 ** must do so within the [xUpdate] metho
[all...]
H A Dsqlite3.c6055 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
6145 ** SQLite also assumes that if a call to the xUpdate() method is made as
6148 ** any database changes. In other words, if the xUpdate() returns
6150 ** before xUpdate was called. By contrast, if SQLITE_INDEX_SCAN_UNIQUE is not
6151 ** set and xUpdate returns SQLITE_CONSTRAINT, any database changes made by
6152 ** the xUpdate method are automatically rolled back by SQLite.
8179 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
8185 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
8190 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
8195 ** must do so within the [xUpdate] metho
[all...]

Completed in 840 milliseconds