|
| bool | Backup (sqlite::Connection &from, const std::string &filename) |
| |
| bool | Backup (sqlite::Connection &from, sqlite::Connection &to) |
| |
| CPP_SQLITE_NODISCARD Result | Query (sqlite::Connection &connection, const std::string &command) |
| |
| template<typename First , typename ... Args> |
| CPP_SQLITE_NODISCARD Result | Query (sqlite::Connection &connection, const std::string &command, const First &first, const Args... args) |
| |
| void | Statement (sqlite::Connection &connection, const std::string &command) |
| |
| template<typename First , typename ... Args> |
| void | Statement (sqlite::Connection &connection, const std::string &command, const First &first, const Args... args) |
| |