libdballe
7.6
|
Report an SQLite error. More...
#include <internals.h>
Public Member Functions | |
error_sqlite (sqlite3 *db, const std::string &msg) | |
Copy informations from the ODBC diagnostic record to the dba error report. | |
error_sqlite (const std::string &dbmsg, const std::string &msg) | |
wreport::ErrorCode | code () const throw () |
virtual const char * | what () const throw () |
Static Public Member Functions | |
static void | throwf (sqlite3 *db, const char *fmt,...) WREPORT_THROWF_ATTRS(2 |
Data Fields | |
std::string | msg |
Report an SQLite error.