Home
last modified time | relevance | path

Searched refs:sqlite3_preupdate_old (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/test/
H A Dbind2.test22 # 1.2: IntReal values obtained via the sqlite3_preupdate_old|new()
H A Dhook.test710 # 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 Dvdbeapi.c1929 int sqlite3_preupdate_old(sqlite3 *db, int iIdx, sqlite3_value **ppValue){ in sqlite3_preupdate_old() function
H A Dtclsqlite.c3588 rc = sqlite3_preupdate_old(pDb->db, iIdx, &pValue); in DbObjCmd()
H A Dtest1.c4017 sqlite3_preupdate_old(db, bidx, &pVal); in test_bind_value_from_preupdate()
H A Dsqlite.h.in10059 ** 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 Dsqlite3session.c1528 return sqlite3_preupdate_old((sqlite3*)pCtx, iVal, ppVal); in sessionPreupdateOld()