Home | History | Annotate | Download | only in amalgamation

Lines Matching refs:xBegin

5148   int (*xBegin)(sqlite3_vtab *pVTab);
67891 ** xBegin method for that table.
97511 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
97512 ** not currently open, invoke the xBegin method now.
97514 ** If the xBegin call is successful, place the sqlite3_vtab pointer
97534 if( pModule->xBegin ){
97545 /* Invoke the xBegin method */
97546 rc = pModule->xBegin(pVTab->pVtab);
109748 ** sqlite3_test_control(BENIGN_MALLOC_HOOKS, xBegin, xEnd)
112099 0, /* xBegin - begin transaction */
116262 ** Implementation of xBegin() method. This is a no-op.
116620 /* xBegin */ fts3BeginMethod,
117212 0, /* xBegin */
127086 0, /* xBegin - begin transaction */