- iVersionint iVersion; 
- Undocumented in source. 
- xBeginint function(sqlite3_vtab* pVTab) xBegin; 
- Undocumented in source. 
- xBestIndexint function(sqlite3_vtab* pVTab, sqlite3_index_info*) xBestIndex; 
- Undocumented in source. 
- xCloseint function(sqlite3_vtab_cursor*) xClose; 
- Undocumented in source. 
- xColumnint function(sqlite3_vtab_cursor*, sqlite3_context*, int) xColumn; 
- Undocumented in source. 
- xCommitint function(sqlite3_vtab* pVTab) xCommit; 
- Undocumented in source. 
- xConnectint function(sqlite3*, void* pAux, int argc, const(char*)* argv, sqlite3_vtab** ppVTab, char**) xConnect; 
- Undocumented in source. 
- xCreateint function(sqlite3*, void* pAux, int argc, const(char*)* argv, sqlite3_vtab** ppVTab, char**) xCreate; 
- Undocumented in source. 
- xDestroyint function(sqlite3_vtab* pVTab) xDestroy; 
- Undocumented in source. 
- xDisconnectint function(sqlite3_vtab* pVTab) xDisconnect; 
- Undocumented in source. 
- xEofint function(sqlite3_vtab_cursor*) xEof; 
- Undocumented in source. 
- xFilterint function(sqlite3_vtab_cursor*, int idxNum, const(char)* idxStr, int argc, sqlite3_value** argv) xFilter; 
- Undocumented in source. 
- xFindFunctionint function(sqlite3_vtab* pVtab, int nArg, const(char)* zName, void function(sqlite3_context*, int, sqlite3_value**)* pxFunc, void** ppArg) xFindFunction; 
- Undocumented in source. 
- xIntegrityint function(sqlite3_vtab* pVTab, const(char)* zSchema, const(char)* zTabName, int mFlags, char** pzErr) xIntegrity; 
- Undocumented in source. 
- xNextint function(sqlite3_vtab_cursor*) xNext; 
- Undocumented in source. 
- xOpenint function(sqlite3_vtab* pVTab, sqlite3_vtab_cursor** ppCursor) xOpen; 
- Undocumented in source. 
- xReleaseint function(sqlite3_vtab* pVTab, int) xRelease; 
- Undocumented in source. 
- xRenameint function(sqlite3_vtab* pVtab, const(char)* zNew) xRename; 
- Undocumented in source. 
- xRollbackint function(sqlite3_vtab* pVTab) xRollback; 
- Undocumented in source. 
- xRollbackToint function(sqlite3_vtab* pVTab, int) xRollbackTo; 
- Undocumented in source. 
- xRowidint function(sqlite3_vtab_cursor*, sqlite3_int64* pRowid) xRowid; 
- Undocumented in source. 
- xSavepointint function(sqlite3_vtab* pVTab, int) xSavepoint; 
- Undocumented in source. 
- xShadowNameint function(const(char)*) xShadowName; 
- Undocumented in source. 
- xSyncint function(sqlite3_vtab* pVTab) xSync; 
- Undocumented in source. 
- xUpdateint function(sqlite3_vtab*, int, sqlite3_value**, sqlite3_int64*) xUpdate; 
- Undocumented in source.