Go to the source code of this file.
|
| void | raiseDBError_ (const String &error, int line, const char *function, const String &context, const String &query="") |
| | Raise a more informative database error. More...
|
| |
| bool | execAndReset (SQLite::Statement &query, int expected_modifications) |
| | Execute and reset an SQL query. More...
|
| |
| void | execWithExceptionAndReset (SQLite::Statement &query, int expected_modifications, int line, const char *function, const char *context) |
| | If execAndReset() returns false, call raiseDBError_() More...
|
| |