docudb
1.0
|
Exception class for database errors. More...
#include <docudb.hpp>
Public Member Functions | |
stmt_exception (sqlite3 *db_handle, std::string_view sql) | |
Constructs a new db_exception object. | |
![]() | |
db_exception (sqlite3 *db_handle, std::string_view msg) | |
Constructs a new db_exception object. | |
Exception class for database errors.
Definition at line 499 of file docudb.hpp.
docudb::stmt_exception::stmt_exception | ( | sqlite3 * | db_handle, |
std::string_view | sql ) |
Constructs a new db_exception object.
db_handle | The SQLite database handle. |
msg | The failing statement. |