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