Searched defs:sqlite3_module (Results 1 – 1 of 1) sorted by relevance
7032 struct sqlite3_module { struct7033 int iVersion;7034 int (*xCreate)(sqlite3*, void *pAux,7037 int (*xConnect)(sqlite3*, void *pAux,7044 int (*xClose)(sqlite3_vtab_cursor*);7047 int (*xNext)(sqlite3_vtab_cursor*);7048 int (*xEof)(sqlite3_vtab_cursor*);7052 int (*xBegin)(sqlite3_vtab *pVTab);7053 int (*xSync)(sqlite3_vtab *pVTab);7054 int (*xCommit)(sqlite3_vtab *pVTab);[all …]