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