Lines Matching refs:recovered
12450 ** handle, then data is recovered into a new database, identified by
12455 ** If sqlite3_recover_init_sql() is invoked, then any recovered data will
12505 ** recovered part of the schema, data is extracted from these
12524 ** clear, then new rowids are assigned to all recovered rows. The
12539 ** recovered data. This is slower overall, but avoids the slow call
12557 ** considered an error if some or all of the data cannot be recovered
12653 ** definitions recovered from the sqlite_schema table, each table is
12658 ** not) the same in the recovered database.
12682 ** and populated as part of creating the recovered database schema in
12683 ** the output database, before any non-schema data are recovered. They
12760 ** recovering data for tables identified in the recovered schema (state
12841 RecoverTable *pTblList; /* List of tables recovered from schema */
13280 ** of the database being recovered.
13284 ** recovered. If the argument is greater than zero, it is a page number.
13286 ** the identified page of the db being recovered. e.g.
13458 ** the database schema cannot be recovered due to corruption.
13738 ** of the input database schema that could be recovered in temporary table
13819 ** adds all recovered schema elements that were not created in the output
14199 ** table of the output database is populated with recovered data that can
14200 ** not be assigned to any recovered schema object.
14228 ** is populated with recovered data that can not be assigned to any
14229 ** recovered schema object.
14262 ** tables recovered from the schema of the input database are populated with
14263 ** recovered data.
14325 ** RECOVER_STATE_WRITING state - during which tables recovered from the
14326 ** schema of the input database are populated with recovered data.
14349 ** worry about it being modified after it is recovered. */
14452 ** already allocated to a recovered schema element is determined.
14504 ** already allocated to a recovered schema element is determined.
15329 ** the recovered data.
15340 ** Initialize a recovery handle that returns recovered data in the
21707 ** to construct a new database containing all recovered data is output