SQLite for C++
|
Classes | |
class | Conn |
struct | conn_base |
class | DatabaseClosed |
class | SQLiteError |
class | StatementClosed |
struct | stmt_base |
class | ValueError |
Errors | |
const std::map< int, std::string > | SQLITE_ERROR_MSG |
const std::map< int, std::string > | SQLITE_EXT_ERROR_MSG |
void | throw_sqlite_error (const int &error_code, const int &ext_error_code) |
const std::map<int, std::string> SQLite::SQLITE_ERROR_MSG |
Map error codes to error messages
const std::map<int, std::string> SQLite::SQLITE_EXT_ERROR_MSG |