OpenMS
Loading...
Searching...
No Matches
OMSFileStore.h File Reference
Include dependency graph for OMSFileStore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OMSFileStore
 Helper class for storing .oms files (SQLite format) More...
 

Namespaces

namespace  SQLite
 
namespace  OpenMS
 Main OpenMS namespace.
 
namespace  OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Functions

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_()