Searched defs:SqliteDb (Results 1 – 1 of 1) sorted by relevance
115 typedef struct SqliteDb SqliteDb; typedef177 struct SqliteDb { struct178 sqlite3 *db; /* The "real" database structure. MUST BE FIRST */179 Tcl_Interp *interp; /* The interpreter used for this database */180 char *zBusy; /* The busy callback routine */181 char *zCommit; /* The commit hook callback routine */182 char *zTrace; /* The trace callback routine */183 char *zTraceV2; /* The trace_v2 callback routine */184 char *zProfile; /* The profile callback routine */185 char *zProgress; /* The progress callback routine */[all …]