![]() |
OpenMS
3.0.0
|
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/METADATA/ID/IdentificationData.h>
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) |
void | execWithExceptionAndReset (SQLite::Statement &query, int expected_modifications, int line, const char *function, const char *context) |