Home
last modified time | relevance | path

Searched defs:SqliteDb (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c126 typedef struct SqliteDb SqliteDb; typedef
188 struct SqliteDb { struct
189 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 …]