Small. Fast. Reliable.
Choose any three.

SQLite C Interface

Online Backup Object

typedef struct sqlite3_backup sqlite3_backup;

Important: This interface is experimental and is subject to change without notice.

The sqlite3_backup object records state information about an ongoing online backup operation. The sqlite3_backup object is created by a call to sqlite3_backup_init() and is destroyed by a call to sqlite3_backup_finish().

See Also: Using the SQLite Online Backup API

See also lists of Objects, Constants, and Functions.


This page last modified 2009/07/31 12:35:28 UTC