libdballe  7.7
Public Member Functions | Static Public Member Functions | Data Fields
dballe::db::error_sqlite Struct Reference

Report an SQLite error. More...

#include <internals.h>

Inheritance diagram for dballe::db::error_sqlite:
dballe::db::error

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
 

Detailed Description

Report an SQLite error.


The documentation for this struct was generated from the following file: