Searched defs:DbFixer (Results 1 – 4 of 4) sorted by relevance
15223 typedef struct DbFixer DbFixer; typedef20163 struct DbFixer { struct20164 Parse *pParse; /* The parsing context. Error messages written here */20165 Walker w; /* Walker object */20166 Schema *pSchema; /* Fix items to this schema */20167 u8 bTemp; /* True for TEMP schema entries */20168 const char *zDb; /* Make sure all objects are contained in this database */20169 const char *zType; /* Type of the container - used for error messages */20170 const Token *pName; /* Name of the container - used for error messages */
15348 typedef struct DbFixer DbFixer; typedef20313 struct DbFixer { struct20314 Parse *pParse; /* The parsing context. Error messages written here */20315 Walker w; /* Walker object */20316 Schema *pSchema; /* Fix items to this schema */20317 u8 bTemp; /* True for TEMP schema entries */20318 const char *zDb; /* Make sure all objects are contained in this database */20319 const char *zType; /* Type of the container - used for error messages */20320 const Token *pName; /* Name of the container - used for error messages */
15391 typedef struct DbFixer DbFixer; typedef20354 struct DbFixer { struct20355 Parse *pParse; /* The parsing context. Error messages written here */20356 Walker w; /* Walker object */20357 Schema *pSchema; /* Fix items to this schema */20358 u8 bTemp; /* True for TEMP schema entries */20359 const char *zDb; /* Make sure all objects are contained in this database */20360 const char *zType; /* Type of the container - used for error messages */20361 const Token *pName; /* Name of the container - used for error messages */