|
SQLite for C++
|
#include "sqlite3.h"#include <map>#include <queue>#include <vector>#include <string>#include <memory>Go to the source code of this file.
Classes | |
| struct | SQLite::conn_base |
| struct | SQLite::stmt_base |
| class | SQLite::Conn |
| class | SQLite::Conn::PreparedStatement |
| class | SQLite::Conn::ResultSet |
| class | SQLite::DatabaseClosed |
| class | SQLite::StatementClosed |
| class | SQLite::ValueError |
| class | SQLite::SQLiteError |
Namespaces | |
| SQLite | |
Errors | |
| const std::map< int, std::string > | SQLite::SQLITE_ERROR_MSG |
| const std::map< int, std::string > | SQLite::SQLITE_EXT_ERROR_MSG |
| void | SQLite::throw_sqlite_error (const int &error_code, const int &ext_error_code) |
1.8.13