Public Member Functions | |
| SQLiteException (const std::string &str) | |
| Constructs a SQLiteException with the passed error message. | |
| SQLiteException (sqlite3 *db) | |
| The error message is the last sqlite error in the passed sqlite database. More... | |
| virtual const char * | what () const throw () |
| gets the error message | |
Definition at line 366 of file sqlitepp.h.
|
inline |
The error message is the last sqlite error in the passed sqlite database.
| db |
Definition at line 384 of file sqlitepp.h.
1.8.5