Searched defs:Database (Results 1 – 2 of 2) sorted by relevance
44 struct Database { struct49 Database *pDbNext; /* Next Database structure in global list */ argument52 int bReadonly; /* True if Database.pFile is read-only */ argument64 ** to protect the global linked-list headed at gShared.pDatabase. argument
74 typedef struct Database Database; typedef