Sqlitepp
1.2.3
A thin sqlite C++ wrapper
|
This is the complete list of members for sqlite::Runtime_error, including all inherited members.
err_code() const noexcept | sqlite::Error | virtual |
err_msg() const noexcept | sqlite::Error | virtual |
err_str() const noexcept | sqlite::Error | virtual |
Error(const std::string &sql, int sqlite_error_code, sqlite3 *db) | sqlite::Error | protected |
Runtime_error(const std::string &what, const std::string &sql, int sqlite_error_code, sqlite3 *db) | sqlite::Runtime_error | |
sql() const noexcept | sqlite::Error | virtual |
~Error()=0 (defined in sqlite::Error) | sqlite::Error | pure virtual |
~Runtime_error()=default (defined in sqlite::Runtime_error) | sqlite::Runtime_error | virtual |