Searched defs:sqlite3_module (Results 1 – 2 of 2) sorted by relevance
4743 struct sqlite3_module { struct4744 int iVersion;4745 int (*xCreate)(sqlite3*, void *pAux,4748 int (*xConnect)(sqlite3*, void *pAux,4753 int (*xDestroy)(sqlite3_vtab *pVTab);4755 int (*xClose)(sqlite3_vtab_cursor*);4758 int (*xNext)(sqlite3_vtab_cursor*);4759 int (*xEof)(sqlite3_vtab_cursor*);4763 int (*xBegin)(sqlite3_vtab *pVTab);4764 int (*xSync)(sqlite3_vtab *pVTab);[all …]
5290 struct sqlite3_module { struct5291 int iVersion;5292 int (*xCreate)(sqlite3*, void *pAux,5295 int (*xConnect)(sqlite3*, void *pAux,5300 int (*xDestroy)(sqlite3_vtab *pVTab);5302 int (*xClose)(sqlite3_vtab_cursor*);5305 int (*xNext)(sqlite3_vtab_cursor*);5306 int (*xEof)(sqlite3_vtab_cursor*);5310 int (*xBegin)(sqlite3_vtab *pVTab);5311 int (*xSync)(sqlite3_vtab *pVTab);[all …]
Completed in 219 milliseconds