Searched refs:xRollback (Results 1 – 8 of 8) sorted by relevance
17 # xRollback146 xRollback echo(treal) \147 xRollback echo(sreal) \169 } {xBegin echo(treal) xSync echo(treal) xRollback echo(treal)}189 xRollback echo(treal) \190 xRollback echo(sreal) \
28 # xRollback() callbacks. For each of these callback, two elements are35 # xRollback() xRollback echo($tablename)50 # xRollback callbacks.53 if {$x ne "xSync" && $x ne "xCommit" && $x ne "xRollback"} return
13 # and xRollback methods are only invoked after an xBegin or xCreate.
357 rc = pAux->pMod->xRollback(pVtab->pChild); in vtshimRollback()501 pAux->sSelf.xRollback = p->xRollback ? vtshimRollback : 0; in sqlite3_create_disposable_module()
89 int (*xRollback)(TestDb *, int); member
833 return pDb->pMethods->xRollback(pDb, iLevel); in tdb_rollback()
996 callFinaliser(db, offsetof(sqlite3_module,xRollback)); in sqlite3VtabRollback()
7055 int (*xRollback)(sqlite3_vtab *pVTab); member