Searched refs:xCommit (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | vtab4.test | 16 # xCommit 45 # to xBegin, xSync and xCommit. 53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)} 64 xCommit echo(treal) \ 76 xCommit echo(treal) \ 91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)} 116 xCommit echo(sreal) \ 117 xCommit echo(treal) \
|
| H A D | vtab7.test | 27 # certain module callbacks. This includes the xSync(), xCommit() and 34 # xCommit() xCommit echo($tablename) 49 # Filter out writes to ::echo_module that are not xSync, xCommit or 53 if {$x ne "xSync" && $x ne "xCommit" && $x ne "xRollback"} return 156 # the xCommit callback causes a misuse error. 159 # set ::callbacks(xCommit,abc) {
|
| H A D | vtabC.test | 12 # focus of this file is is verifying that the xUpdate, xSync, xCommit
|
| H A D | vtab1.test | 353 xCommit echo(treal) \ 896 xCommit echo(real_abc) \ 935 xCommit echo(r) \
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | vtshim.c | 345 rc = pAux->pMod->xCommit(pVtab->pChild); in vtshimCommit() 500 pAux->sSelf.xCommit = p->xCommit ? vtshimCommit : 0; in sqlite3_create_disposable_module()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest.h | 88 int (*xCommit)(TestDb *, int); member
|
| H A D | lsmtest_tdb.c | 830 return pDb->pMethods->xCommit(pDb, iLevel); in tdb_commit()
|
| /sqlite-3.40.0/src/ |
| H A D | vtab.c | 1005 callFinaliser(db, offsetof(sqlite3_module,xCommit)); in sqlite3VtabCommit()
|
| H A D | sqlite.h.in | 7054 int (*xCommit)(sqlite3_vtab *pVTab); member
|