Lines Matching defs:sqlite3_preupdate_old
10441 ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()],
10453 ** ^The [sqlite3_preupdate_old(D,N,P)] interface writes into P a pointer to
10502 SQLITE_API int sqlite3_preupdate_old(sqlite3 *, int, sqlite3_value **);
87794 ** to be update or deleted. If the application calls sqlite3_preupdate_old(),
89830 SQLITE_API int sqlite3_preupdate_old(sqlite3 *db, int iIdx, sqlite3_value **ppValue){
217043 return sqlite3_preupdate_old((sqlite3*)pCtx, iVal, ppVal);