Searched refs:sqlite3_preupdate_old (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | bind2.test | 22 # 1.2: IntReal values obtained via the sqlite3_preupdate_old|new()
|
| H A D | hook.test | 710 # sqlite3_preupdate_old() method does not handle the case where ALTER TABLE 726 # by the sqlite3_preupdate_old() and sqlite3_preupdate_new() functions.
|
| /sqlite-3.40.0/src/ |
| H A D | vdbeapi.c | 1929 int sqlite3_preupdate_old(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ in sqlite3_preupdate_old() function
|
| H A D | tclsqlite.c | 3588 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue); in DbObjCmd()
|
| H A D | test1.c | 4017 sqlite3_preupdate_old(db, bidx, &pVal); in test_bind_value_from_preupdate()
|
| H A D | sqlite.h.in | 10059 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()], 10071 ** ^The [sqlite3_preupdate_old(D,N,P)] interface writes into P a pointer to 10120 int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 1528 return sqlite3_preupdate_old((sqlite3*)pCtx, iVal, ppVal); in sessionPreupdateOld()
|