|
void | loadScoreTypes_ (IdentificationData &id_data) |
|
void | loadInputFiles_ (IdentificationData &id_data) |
|
void | loadProcessingSoftwares_ (IdentificationData &id_data) |
|
void | loadDBSearchParams_ (IdentificationData &id_data) |
|
void | loadProcessingSteps_ (IdentificationData &id_data) |
|
void | loadObservations_ (IdentificationData &id_data) |
|
void | loadParentSequences_ (IdentificationData &id_data) |
|
void | loadParentGroupSets_ (IdentificationData &id_data) |
|
void | loadIdentifiedCompounds_ (IdentificationData &id_data) |
|
void | loadIdentifiedSequences_ (IdentificationData &id_data) |
|
void | loadAdducts_ (IdentificationData &id_data) |
|
void | loadObservationMatches_ (IdentificationData &id_data) |
|
void | loadMapMetaData_ (FeatureMap &features) |
|
void | loadDataProcessing_ (FeatureMap &features) |
|
void | loadFeatures_ (FeatureMap &features) |
|
Feature | loadFeatureAndSubordinates_ (SQLite::Statement &query_feat, std::optional< SQLite::Statement > &query_meta, std::optional< SQLite::Statement > &query_hull, std::optional< SQLite::Statement > &query_match) |
|
bool | prepareQueryMetaInfo_ (SQLite::Statement &query, const String &parent_table) |
|
void | handleQueryMetaInfo_ (SQLite::Statement &query, MetaInfoInterface &info, Key parent_id) |
|
bool | prepareQueryAppliedProcessingStep_ (SQLite::Statement &query, const String &parent_table) |
|
void | handleQueryAppliedProcessingStep_ (SQLite::Statement &query, IdentificationDataInternal::ScoredProcessingResult &result, Key parent_id) |
|
void | handleQueryParentMatch_ (SQLite::Statement &query, IdentificationData::ParentMatches &parent_matches, Key molecule_id) |
|
void | handleQueryPeakAnnotation_ (SQLite::Statement &query, IdentificationData::ObservationMatch &match, Key parent_id) |
|
void | createView_ (const String &name, const String &select) |
|
QJsonArray | exportTableToJSON_ (const QString &table, const QString &order_by) |
|
Helper class for loading .oms files (SQLite format)
This class encapsulates the SQLite database stored in a .oms file and allows to load data from it.