SQLITE3_BACKUP(3) Library Functions Manual SQLITE3_BACKUP(3)

sqlite3_backuponline backup object

#include <sqlite3.h>

typedef struct sqlite3_backup sqlite3_backup;

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

These declarations were extracted from the interface documentation at line 9107.

typedef struct sqlite3_backup sqlite3_backup;

sqlite3_backup_init(3)

January 24, 2024 NetBSD 11.0