Searched defs:SqliteDb (Results 1 – 1 of 1) sorted by relevance
49 typedef struct SqliteDb SqliteDb; typedef50 struct SqliteDb { struct51 sqlite *db; /* The "real" database structure */52 Tcl_Interp *interp; /* The interpreter used for this database */53 char *zBusy; /* The busy callback routine */54 char *zCommit; /* The commit hook callback routine */55 char *zTrace; /* The trace callback routine */56 char *zProgress; /* The progress callback routine */57 char *zAuth; /* The authorization callback routine */58 SqlFunc *pFunc; /* List of SQL functions */[all …]