OpenMS
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

 SQLite
 
 OpenMS
 Main OpenMS 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. 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...