August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_backup_finish() — Complete an online backup [EXP]
int sqlite3_backup_finish( sqlite3_backup* backup );
backup
An online backup handle.
An SQLite result code. A value of SQLITE_OK will be
returned even if the backup was not
completed.
This function releases an online backup handle. The backup
handle will be released without error, even if sqlite3_backup_step() never
returned SQLITE_DONE.
Read now
Unlock full access