Searched refs:xBegin (Results 1 – 3 of 3) sorted by relevance
1380 int function (sqlite3_vtab *pVTab) xBegin;
7308 int (*xBegin)(sqlite3_vtab *pVTab); member
7621 int (*xBegin)(sqlite3_vtab *pVTab); member155191 if( pModule->xBegin ){155205 rc = pModule->xBegin(pVTab->pVtab);