#include "sql.h"#include "../third-party/sqlite/sqlite3.h"#include <stdexcept>#include <cstring>#include <thread>
Go to the source code of this file.
Namespaces | |
| sql | |
Functions | |
| sql::statement::iterator | begin (sql::statement &stmt) |
| template<class T > | |
| int | sql::do_with_retries (T action, int max_retries=1000) |
| sql::statement::iterator | end (sql::statement &stmt) |
| sql::statement::iterator begin | ( | sql::statement & | stmt | ) |
| sql::statement::iterator end | ( | sql::statement & | stmt | ) |