Searched defs:SqliteDb (Results 1 – 1 of 1) sorted by relevance
126 typedef struct SqliteDb SqliteDb; typedef188 struct SqliteDb { struct189 sqlite3 *db; /* The "real" database structure. MUST BE FIRST */190 Tcl_Interp *interp; /* The interpreter used for this database */191 char *zBusy; /* The busy callback routine */192 char *zCommit; /* The commit hook callback routine */193 char *zTrace; /* The trace callback routine */194 char *zTraceV2; /* The trace_v2 callback routine */195 char *zProfile; /* The profile callback routine */196 char *zProgress; /* The progress callback routine */[all …]