Searched defs:DState (Results 1 – 1 of 1) sorted by relevance
55 typedef struct DState DState; typedef56 struct DState { struct57 sqlite3 *db; /* The database connection */58 int nErr; /* Number of errors seen so far */59 int rc; /* Error code */60 int writableSchema; /* True if in writable_schema mode */61 int (*xCallback)(const char*,void*); /* Send output here */62 void *pArg; /* Argument to xCallback() */