Searched defs:vacuumStruct (Results 1 – 1 of 1) sorted by relevance
36 typedef struct vacuumStruct vacuumStruct; typedef37 struct vacuumStruct { struct38 sqlite *dbOld; /* Original database */39 sqlite *dbNew; /* New database */40 char **pzErrMsg; /* Write errors here */41 int rc; /* Set to non-zero on an error */42 const char *zTable; /* Name of a table being copied */43 const char *zPragma; /* Pragma to execute with results */44 dynStr s1, s2; /* Two dynamic strings */