Searched defs:Sqlite (Results 1 – 1 of 1) sorted by relevance
392 typedef struct Sqlite Sqlite; typedef410 struct Sqlite { struct411 sqlite3 *db; /* Database handle */412 Statement *pCache; /* Linked list of cached statements */413 int nText; /* Size of array at aText[] */414 char **aText; /* Stored text results */