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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h5183 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7115 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7121 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7126 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7131 ** must do so within the [xUpdate] method. If a call to the
7134 ** silently replace the appropriate rows within the xUpdate callback and
7145 ** This function may only be called from within a call to the [xUpdate] method
7149 ** of the SQL statement that triggered the call to the [xUpdate] method of the
H A Dsqlite3.c5754 int (*xUpdate)(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *); member in struct:sqlite3_module
7686 ** a call to the [xUpdate] method returns [SQLITE_CONSTRAINT], then the entire
7692 ** that if [xUpdate] returns [SQLITE_CONSTRAINT], it will do so before
7697 ** If the ON CONFLICT mode is REPLACE and the [xUpdate] method returns
7702 ** must do so within the [xUpdate] method. If a call to the
7705 ** silently replace the appropriate rows within the xUpdate callback and
7716 ** This function may only be called from within a call to the [xUpdate] method
7720 ** of the SQL statement that triggered the call to the [xUpdate] method of the
[all...]
/freebsd-10.2-release/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...]

Completed in 777 milliseconds