#include <sqlite3_modified.h>
Public Attributes | |
int | iVersion |
int(* | xCreate )(sqlite3 *, void *pAux, int argc, const char *const *argv, sqlite3_vtab **ppVTab, char **) |
int(* | xConnect )(sqlite3 *, void *pAux, int argc, const char *const *argv, sqlite3_vtab **ppVTab, char **) |
int(* | xBestIndex )(sqlite3_vtab *pVTab, sqlite3_index_info *) |
int(* | xDisconnect )(sqlite3_vtab *pVTab) |
int(* | xDestroy )(sqlite3_vtab *pVTab) |
int(* | xOpen )(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) |
int(* | xClose )(sqlite3_vtab_cursor *) |
int(* | xFilter )(sqlite3_vtab_cursor *, int idxNum, const char *idxStr, int argc, sqlite3_value **argv) |
int(* | xNext )(sqlite3_vtab_cursor *) |
int(* | xEof )(sqlite3_vtab_cursor *) |
int(* | xColumn )(sqlite3_vtab_cursor *, sqlite3_context *, int) |
int(* | xRowid )(sqlite3_vtab_cursor *, sqlite3_int64 *pRowid) |
int(* | xUpdate )(sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *) |
int(* | xBegin )(sqlite3_vtab *pVTab) |
int(* | xSync )(sqlite3_vtab *pVTab) |
int(* | xCommit )(sqlite3_vtab *pVTab) |
int(* | xRollback )(sqlite3_vtab *pVTab) |
int(* | xFindFunction )(sqlite3_vtab *pVtab, int nArg, const char *zName, void(**pxFunc)(sqlite3_context *, int, sqlite3_value **), void **ppArg) |
int(* | xRename )(sqlite3_vtab *pVtab, const char *zNew) |
int(* | xSavepoint )(sqlite3_vtab *pVTab, int) |
int(* | xRelease )(sqlite3_vtab *pVTab, int) |
int(* | xRollbackTo )(sqlite3_vtab *pVTab, int) |
int(* | xShadowName )(const char *) |
int(* | xIntegrity )(sqlite3_vtab *pVTab, const char *zSchema, const char *zTabName, int mFlags, char **pzErr) |
Definition at line 7288 of file sqlite3_modified.h.
int sqlite3_module::iVersion |
Definition at line 7289 of file sqlite3_modified.h.
int(* sqlite3_module::xBegin) (sqlite3_vtab *pVTab) |
Definition at line 7308 of file sqlite3_modified.h.
int(* sqlite3_module::xBestIndex) (sqlite3_vtab *pVTab, sqlite3_index_info *) |
Definition at line 7296 of file sqlite3_modified.h.
int(* sqlite3_module::xClose) (sqlite3_vtab_cursor *) |
Definition at line 7300 of file sqlite3_modified.h.
int(* sqlite3_module::xColumn) (sqlite3_vtab_cursor *, sqlite3_context *, int) |
Definition at line 7305 of file sqlite3_modified.h.
int(* sqlite3_module::xCommit) (sqlite3_vtab *pVTab) |
Definition at line 7310 of file sqlite3_modified.h.
int(* sqlite3_module::xConnect) (sqlite3 *, void *pAux, int argc, const char *const *argv, sqlite3_vtab **ppVTab, char **) |
Definition at line 7293 of file sqlite3_modified.h.
int(* sqlite3_module::xCreate) (sqlite3 *, void *pAux, int argc, const char *const *argv, sqlite3_vtab **ppVTab, char **) |
Definition at line 7290 of file sqlite3_modified.h.
int(* sqlite3_module::xDestroy) (sqlite3_vtab *pVTab) |
Definition at line 7298 of file sqlite3_modified.h.
int(* sqlite3_module::xDisconnect) (sqlite3_vtab *pVTab) |
Definition at line 7297 of file sqlite3_modified.h.
int(* sqlite3_module::xEof) (sqlite3_vtab_cursor *) |
Definition at line 7304 of file sqlite3_modified.h.
int(* sqlite3_module::xFilter) (sqlite3_vtab_cursor *, int idxNum, const char *idxStr, int argc, sqlite3_value **argv) |
Definition at line 7301 of file sqlite3_modified.h.
int(* sqlite3_module::xFindFunction) (sqlite3_vtab *pVtab, int nArg, const char *zName, void(**pxFunc)(sqlite3_context *, int, sqlite3_value **), void **ppArg) |
Definition at line 7312 of file sqlite3_modified.h.
int(* sqlite3_module::xIntegrity) (sqlite3_vtab *pVTab, const char *zSchema, const char *zTabName, int mFlags, char **pzErr) |
Definition at line 7326 of file sqlite3_modified.h.
int(* sqlite3_module::xNext) (sqlite3_vtab_cursor *) |
Definition at line 7303 of file sqlite3_modified.h.
int(* sqlite3_module::xOpen) (sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) |
Definition at line 7299 of file sqlite3_modified.h.
int(* sqlite3_module::xRelease) (sqlite3_vtab *pVTab, int) |
Definition at line 7319 of file sqlite3_modified.h.
int(* sqlite3_module::xRename) (sqlite3_vtab *pVtab, const char *zNew) |
Definition at line 7315 of file sqlite3_modified.h.
int(* sqlite3_module::xRollback) (sqlite3_vtab *pVTab) |
Definition at line 7311 of file sqlite3_modified.h.
int(* sqlite3_module::xRollbackTo) (sqlite3_vtab *pVTab, int) |
Definition at line 7320 of file sqlite3_modified.h.
int(* sqlite3_module::xRowid) (sqlite3_vtab_cursor *, sqlite3_int64 *pRowid) |
Definition at line 7306 of file sqlite3_modified.h.
int(* sqlite3_module::xSavepoint) (sqlite3_vtab *pVTab, int) |
Definition at line 7318 of file sqlite3_modified.h.
int(* sqlite3_module::xShadowName) (const char *) |
Definition at line 7323 of file sqlite3_modified.h.
int(* sqlite3_module::xSync) (sqlite3_vtab *pVTab) |
Definition at line 7309 of file sqlite3_modified.h.
int(* sqlite3_module::xUpdate) (sqlite3_vtab *, int, sqlite3_value **, sqlite3_int64 *) |
Definition at line 7307 of file sqlite3_modified.h.