tntdb  1.4
tntdb::SqlError Class Reference

Exception thrown when the execution of an SQL statement caused an error. More...

#include <error.h>

Inheritance diagram for tntdb::SqlError:
tntdb::Error

Public Member Functions

 SqlError (const std::string &sql_, const std::string &msg="sql error")
 
const std::string & getSql () const
 
- Public Member Functions inherited from tntdb::Error
 Error (const std::string &msg)
 Constructor. More...
 

Detailed Description

Exception thrown when the execution of an SQL statement caused an error.


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