![]() |
OpenMS
|
#include <OpenMS/CONCEPT/ProgressLogger.h>#include <OpenMS/KERNEL/ConsensusMap.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 | |
| FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke functions in FLASHIda class. | |
| 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... | |