Searched refs:xBegin (Results 1 – 8 of 8) sorted by relevance
14 # xBegin45 # to xBegin, xSync and xCommit.53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}61 xBegin echo(treal) \73 xBegin echo(treal) \109 xBegin echo(sreal) \112 xBegin echo(treal) \141 xBegin echo(treal) \144 xBegin echo(sreal) \182 xBegin echo(treal) \[all …]
13 # and xRollback methods are only invoked after an xBegin or xCreate.
1239 xBegin \
321 rc = pAux->pMod->xBegin(pVtab->pChild); in vtshimBegin()498 pAux->sSelf.xBegin = p->xBegin ? vtshimBegin : 0; in sqlite3_create_disposable_module()
827 return pDb->pMethods->xBegin(pDb, iLevel); in tdb_begin()837 return (pDb->pMethods->xBegin != error_transaction_function); in tdb_transaction_support()
87 int (*xBegin)(TestDb *, int); member
1034 if( pModule->xBegin ){ in sqlite3VtabBegin()1048 rc = pModule->xBegin(pVTab->pVtab); in sqlite3VtabBegin()
7052 int (*xBegin)(sqlite3_vtab *pVTab); member