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