8#ifndef BOOST_SQLITE_BACKUP_HPP
9#define BOOST_SQLITE_BACKUP_HPP
11#include <boost/sqlite/detail/config.hpp>
12#include <boost/sqlite/cstring_ref.hpp>
13#include <boost/sqlite/error.hpp>
15BOOST_SQLITE_BEGIN_NAMESPACE
59 system::error_code & ec,
71BOOST_SQLITE_END_NAMESPACE
void backup(connection &source, connection &target, cstring_ref source_name, cstring_ref target_name, system::error_code &ec, error_info &ei)
Backup a database.
main object for a connection to a database.
Small wrapper for a null-terminated string that can be directly passed to C APIS.
Additional information about error conditions stored in an sqlite-allocate string.