Searched defs:Db (Results 1 – 1 of 1) sorted by relevance
6534 typedef struct Db Db; typedef7679 struct Db { struct7680 char *zName; /* Name of this database */7681 Btree *pBt; /* The B*Tree structure for this database file */7682 u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */7683 u8 safety_level; /* How aggressive at synching data to disk */7684 void *pAux; /* Auxiliary data. Usually NULL */7685 void (*xFreeAux)(void*); /* Routine to free pAux */7686 Schema *pSchema; /* Pointer to database schema (possibly shared) */