OpenMS
2.8.0
|
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <OpenMS/KERNEL/FeatureMap.h>
#include <OpenMS/METADATA/ID/IdentificationData.h>
#include <QtSql/QSqlQuery>
Go to the source code of this file.
Classes | |
class | OMSFileStore |
Helper class for storing .oms files (SQLite format) More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Internal | |
Namespace used to hide implementation details from users. | |
Functions | |
bool | tableExists_ (const String &db_name, const String &table_name) |
Check if a specified database table exists. More... | |
void | raiseDBError_ (const QSqlError &error, int line, const char *function, const String &context) |
Raise a more informative database error. More... | |