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.c115 typedef struct SqliteDb SqliteDb; typedef
177 struct SqliteDb { struct
178 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 …]