OpenMS
Loading...
Searching...
No Matches
TransitionPQPFile.h File Reference
Include dependency graph for TransitionPQPFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TransitionPQPFile
 This class supports reading and writing of PQP files. More...
 
struct  TransitionPQPFile::PQPSqlQueryInfo
 Holds information about a PQP SQL query and optional column availability. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::TransitionPQPFile::PQPSqlQueryInfo

struct OpenMS::TransitionPQPFile::PQPSqlQueryInfo

Holds information about a PQP SQL query and optional column availability.

Collaboration diagram for TransitionPQPFile::PQPSqlQueryInfo:
[legend]
Class Members
bool drift_time_exists Whether LIBRARY_DRIFT_TIME column exists.
bool gene_exists Whether GENE table exists.
string select_sql The complete SQL SELECT query.